:: (a -> m (Maybe b)) -> [a] -> m [b] package:vector

O(n) Apply the monadic function to each element of the vector and discard elements returning Nothing.