bool
exists (
(
α
)
 
f
, 
list
(
α
)
 
l)
Check whether at least one element of an index matches a given condition.
f
The condition.
l
A list, possibly empty.
returns
{true} if f returns {true} for at least one element of l, {false} otherwise (in particular if l is empty).

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.