Changelog for polysemy-resume-0.2.0.0
Unreleased
0.2.0.0
- Add combinators
resumeOrandresumingOr, which take an additional branch for the success case. - Improve
raiseResumable:- Don't discard resources
- Allow interpreter to change type of
a
- Add operator versions of
resume(!!) andresumeAs(<!), (!>). - Add combinators
resumeWithandresumingWiththat ignore the error and execute an action, plus their operator variants(!>>)and(<<!).
0.1.0.0
- initial release