CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.isLit

definition:
isLit :: Expr -> Bool
isLit e = case e of
  Lit _ -> True
  _     -> False
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- is expression a literal expression?
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Lit}) |-> {True} || ({Var}) |-> _ || ({Comb}) |-> _ || ({Let}) |-> _ || ({Free}) |-> _ || ({Or}) |-> _ || ({Case}) |-> _ || ({Typed}) |-> _}
name:
isLit
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