CurryInfo: base-3.3.0 / Prelude.any

definition:
any :: (a -> Bool) -> [a] -> Bool
any p = or . map p
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Is there an element in a list satisfying a given predicate?
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {.._#lambda508}}
name:
any
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
(a -> Bool) -> [a] -> Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms