polysemy v0.4.0.0 Release Notes

Release Date: 2019-06-12 // almost 5 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ“‡ Renamed runResource to runResourceInIO

    Other Changes

    • โž• Added runResource, which runs a Resource purely
    • โž• Added onException, finally and bracketOnError to Resource
    • โž• Added a new function, runResource which performs bracketing for pure code