:: (a -> IO b) -> [a] -> IO [b] package:vector

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