Firstly, thanks for the great library 🙂
It appears that the function returned from Either::liftApAcc closes over leftErrs from the outer scope.
That effectively means the function returned from Either::liftApAcc is stateful and can't be used more than once.
NB: I noticed while applying your suggestion from #61.
Firstly, thanks for the great library 🙂
It appears that the function returned from
Either::liftApAcccloses overleftErrsfrom the outer scope.That effectively means the function returned from
Either::liftApAccis stateful and can't be used more than once.NB: I noticed while applying your suggestion from #61.