CurryInfo: base-3.4.0 / Prelude.||

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