CurryInfo: searchtree-unsafe-3.0.0 / Control.Search.SearchTree.Unsafe.isVar

definition: Info
 
isVar :: a -> Bool
isVar x = maybe False (const True) (lookupVarId x)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Tests whether the argument is a free variable
This function is only meaningful when applied to
a part of a result of an encapsulated expression
if the argument stems from a `Value` node of
a SearchTree
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
 a -> Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms