:: Monad m => [m a] -> m [a] package:fixed-vector

Evaluate every action in the vector from left to right.
Deprecated: Use sequence instead