CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Goodies.isComb

definition:
isComb :: AExpr _ -> Bool
isComb e = case e of
  AComb _ _ _ _ -> True
  _ -> False
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- is expression combined?
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({AComb}) |-> {True} || ({AVar}) |-> _ || ({ALit}) |-> _ || ({ALet}) |-> _ || ({AFree}) |-> _ || ({AOr}) |-> _ || ({ACase}) |-> _ || ({ATyped}) |-> _}
name:
isComb
precedence:
no precedence defined
result-values:
{False,True}
signature:
FlatCurry.Annotated.Types.AExpr a -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms