CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.isVar

definition:
isVar :: Expr -> Bool
isVar e = case e of
  Var _ -> True
  _     -> False
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- is expression a variable?
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Var}) |-> {True} || ({Lit}) |-> _ || ({Comb}) |-> _ || ({Let}) |-> _ || ({Free}) |-> _ || ({Or}) |-> _ || ({Case}) |-> _ || ({Typed}) |-> _}
name:
isVar
precedence:
no precedence defined
result-values:
{False,True}
signature:
FlatCurry.Types.Expr -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms