newtype-deriving

Instance derivers for newtype wrappers

https://github.com/nikita-volkov/newtype-deriving

Latest on Hackage:0.1.4

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed and maintained by Nikita Volkov

Template Haskell based derivers for typical newtype instances, which the GeneralizedNewtypeDeriving extension refuses to handle.

Amongst others provides support for the "monad-control" classes:

  • Control.Monad.Trans.Control.MonadTransControl

  • Control.Monad.Trans.Control.MonadBaseControl