The argument order for this fold is reversed and should be corrected. It currently takes: data, success_fn, recovery_fn It should be: data, recovery_fn, success_fn This aligns with Haskell. This is a breaking change.
The argument order for this fold is reversed and should be corrected. It currently takes:
data, success_fn, recovery_fn
It should be:
data, recovery_fn, success_fn
This aligns with Haskell.
This is a breaking change.