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

definition: Info
 
isVar :: Data a => a -> Bool
isVar v = prim_isVar $! v
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Tests whether the first argument evaluates to a currently unbound
variable (use with care!).
failfree: Info
 (_, _)
indeterministic: Info
 might be indeterministic
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 isVar
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