deriving-trans: Derive instances for monad transformer stacks

[ bsd3, control, library ] [ Propose Tags ]

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.

Flags

Automatic Flags
NameDescriptionDefault
exceptions

Implement instances for MonadThrow and MonadCatch.

Enabled
mtl

Implement instances for mtl's type classes.

Enabled
primitive

Implement instances for PrimMonad.

Enabled
unliftio

Implement instances for MonadUnliftIO.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.2.1, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.4.0.0, 0.5.0.0, 0.5.0.1, 0.5.1.0, 0.5.2.0, 0.6.0.0, 0.6.1.0, 0.7.0.0, 0.8.0.0, 0.8.1.0, 0.9.0.0, 0.9.1.0 (info)
Change log CHANGELOG.md
Dependencies base (<5), exceptions, monad-control, monad-control-identity, mtl, primitive, transformers, transformers-base, unliftio-core [details]
License BSD-3-Clause
Author Felix Springer
Maintainer felixspringer149@gmail.com
Category Control
Home page https://github.com/jumper149/deriving-trans
Bug tracker https://github.com/jumper149/deriving-trans/issues
Uploaded by jumper149 at 2023-01-17T21:27:46Z
Distributions LTSHaskell:0.9.1.0, NixOS:0.9.1.0, Stackage:0.9.1.0
Downloads 1068 total (56 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]