GHC library: Catching all exceptions from within an enclosed computation
http://hackage.haskell.org/package/enclosed-exceptions
ghc-enclosed-exceptions.spec | ||
README.md |
ghc-enclosed-exceptions
Catching all exceptions raised within an enclosed computation, while remaining responsive to (external) asynchronous exceptions. For more information on the technique, please see: https://www.fpcomplete.com/user/snoyberg/general-haskell/exceptions/catching-all-exceptions.