Gabriella439 / foldl

Composable, streaming, and efficient left folds
BSD 3-Clause "New" or "Revised" License
159 stars 51 forks source link

`Fold1 a b -> Fold a (Maybe b)` #190

Closed Profpatsch closed 1 year ago

Profpatsch commented 1 year ago

Can this be implemented?

I’m struggling, maybe it’s not possible, but I can’t see why.

Gabriella439 commented 1 year ago

Fix is up here: https://github.com/Gabriella439/foldl/pull/191