Changelog for polysemy-resume-0.3.0.0
Unreleased
0.2.0.0
- Add combinators
resumeOr
andresumingOr
, 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
resumeWith
andresumingWith
that ignore the error and execute an action, plus their operator variants(!>>)
and(<<!)
.
0.1.0.0
- initial release