CurryInfo: base-3.3.0 / Data.List.find

definition:
find                    :: (a -> Bool) -> [a] -> Maybe a
find p                   = listToMaybe . filter p
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Returns the first element `e` of a list satisfying a predicate
--- as `(Just e)`,
--- otherwise `Nothing` is returned.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {.._#lambda508}}
name:
find
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
(a -> Prelude.Bool) -> [a] -> Prelude.Maybe a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms