CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.isOr

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