all pred xs
takes a predicate pred and a list xs and returns 1 if all elements of xs fulfill pred
Source code:
and [map $pred $xs]