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

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