CurryInfo: base-3.3.0 / System.IO.Unsafe.isGround

definition:
isGround :: Data a => a -> Bool
isGround v = prim_isGround $!! v
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Tests whether the argument evaluates to a ground value
--- (use with care!).
failfree:
(_, _)
indeterministic:
might be indeterministic
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
isGround
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Data a => a -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms