Skip to content

v0.3.0.1

Compare
Choose a tag to compare
@re-xyr re-xyr released this 20 Feb 23:56
· 44 commits to master since this release
813b9b3

Changed

  • [BREAKING] Introduces an OnException primitive for Mask that replaces Bracket and BracketOnError
    (note that this only affects the effect datatype; there is still bracket and bracketOnError functions with the same semantics)
  • runError and mapError are slightly (but observably) faster now

Added

  • freshEnumToState for Fresh
  • onException and bracketOnError_ for Mask