CurryInfo: base-3.3.0 / Prelude.or

definition:
or :: [Bool] -> Bool
or = foldr (||) False
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Computes the disjunction of a Boolean list.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {foldr}}
name:
or
precedence:
no precedence defined
result-values:
{foldr}
signature:
[Bool] -> Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms