Maps each item of the structure data to a monadic action, and evaluates them from left to right, then collects the result.
data
The instance of Traversable for T.
Traversable
T
The instance of Monad for M.
Monad
M
The collected result of actions.
Generated using TypeDoc
Maps each item of the structure
data
to a monadic action, and evaluates them from left to right, then collects the result.