mapM_ package:rio
Map each element of a structure to a monadic action, evaluate these
actions from left to right, and ignore the results. For a version that
doesn't ignore the results see
mapM.
As of base 4.8.0.0,
mapM_ is just
traverse_, specialized
to
Monad.
O(n) Apply the monadic action to all elements of a vector and
ignore the results
O(n) Apply the monadic action to all elements of a vector and
ignore the results
O(n) Apply the monadic action to all elements of a vector and
ignore the results
O(n) Apply the monadic action to all elements of a vector and
ignore the results
O(n) Apply the monadic action to every element of a vector and
its index, ignoring the results
O(n) Apply the monadic action to every element of a vector and
its index, ignoring the results
O(n) Apply the monadic action to every element of a vector and
its index, ignoring the results