fused-effects-exceptions/README.md

6 lines
410 B
Markdown
Raw Normal View History

2019-03-19 14:24:57 +00:00
# fused-effects-exceptions
This package provides functionality to handle exceptions thrown in the `IO` monad. It delegates to `catch` from `Control.Exception`. An additional `catchSync` primitive is provided to handle the common case of catching only synchronous exceptions.
2019-04-08 17:14:38 +00:00
This implementation was extracted from one originally written by Josh Vera. It requires a version of `fused-effects` later than 0.3.