@hackage tagged-exception-core2.0.0.0

Reflect exceptions using phantom types.

This library provides interface similar to extensible-exceptions. It introduces Throws monad transformer that uses phantom type to tag code that may raise exception. Intention is to make exceptions explicit and to enforce exception handling.