The latest version of deriving-trans is 0.9.1.0-0.

deriving-trans

Version 0.3.1.0 revision 0 uploaded by jumper149.

Package meta

Synopsis
Derive instances for monad transformer stacks
Description

Implementing instances for monad transformer stacks can be tedious. mtl defines each instance for each transfomer, but this can be avoided.

Elevator let's you access instances of the underlying monad of a transformer. Composing transformers with ComposeT brings instances into scope during the initialization of a transformer stack.

Elevator can be used with DerivingVia to select a specific transformer to derive instances for a transformer stack. ComposeT composes transformers and accumulates instances in a transformer stack.

Author
Felix Springer
Bug reports
https://github.com/jumper149/deriving-trans/issues
Category
Control
Copyright
n/a
Homepage
https://github.com/jumper149/deriving-trans
Maintainer
felixspringer149@gmail.com
Package URL
n/a
Stability
n/a

Components