any pred xs
takes a predicate pred and a list xs and returns 1 if there exists an element of xs that fulfills pred
Source code:
or [map $pred $xs]