|
definition: |
isVar :: a -> Bool isVar x = maybe False (const True) (lookupVarId x) |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
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: |
_ |
|
indeterministic: |
might be indeterministic |
|
infix: |
no fixity defined |
|
iotype: |
{(_) |-> _}
|
|
name: |
isVar |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
a -> Prelude.Bool |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |