Join Slack
Powered by
There used to be a `foldM` that could exit early w...
# arrow
j
julian
01/09/2022, 4:03 AM
There used to be a
foldM
that could exit early when used with an
Either
monad, if at any time during iteration the result of the accumulation was a
Left
. Is there still something like this in
1.0.x
, that can shortcircuit?
Open in Slack
Previous
Next