2024-01-05 22:49:49 +01:00
|
|
|
# ghc-enclosed-exceptions
|
|
|
|
|
2024-01-05 22:49:51 +01:00
|
|
|
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.
|
|
|
|
|