Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
5408 commits behind the upstream repository.
user avatar
Ben Gamari authored
Here we introduce the `ExceptionContext` type and `ExceptionAnnotation`
class, allowing dynamically-typed user-defined annotations to be
attached to exceptions.

CLC Proposal: https://github.com/haskell/core-libraries-committee/issues/199
GHC Proposal: https://github.com/ghc-proposals/ghc-proposals/pull/330
32d337ef
History