Evaluates monadic actions of the structure data 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
Evaluates monadic actions of the structure
data
from left to right, then collects the result.