:: Monad m => (a -> m Bool) -> [a] -> m [Bool] package:vector

O(n) Apply the monadic action to all elements of the vector, yielding a vector of results.