ghc-enclosed-exceptions/README.md

6 lines
301 B
Markdown
Raw Permalink Normal View History

2024-01-05 22:49:49 +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.