Closed yaxollum closed 1 year ago
From the documentation for foldM:
The foldM function is analogous to foldl, except that its result is encapsulated in a monad. Note that foldM works from left-to-right over the list arguments.
thanks!
From the documentation for foldM: