CurryInfo: base-3.3.0 / Prelude.||

definition:
(||) :: Bool -> Bool -> Bool
True  || _ = True
False || x = x
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Sequential disjunction on Booleans.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
infixr
iotype:
{({True},_) |-> {True} || ({False},_) |-> _}
name:
||
precedence:
2
result-values:
_
signature:
Bool -> Bool -> Bool
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms