GHC library: Catching all exceptions from within an enclosed computation http://hackage.haskell.org/package/enclosed-exceptions
Go to file
2024-01-05 22:49:52 +01:00
ghc-enclosed-exceptions.spec automatic version update by autodist [release 1.0.3-1mamba;Sun Dec 03 2023] 2024-01-05 22:49:52 +01:00
README.md package created by autospec [release 1.0.1.1-1mamba;Mon Apr 13 2015] 2024-01-05 22:49:51 +01:00

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.