There used to be a `foldM` that could exit early when used with an `Either` monad, if at any time du...
j
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?