mmorph

Monad morphisms

Version on this page:1.1.0@rev:1
LTS Haskell 23.25:1.2.1
Stackage Nightly 2025-06-18:1.2.1
Latest on Hackage:1.2.1

See all snapshots mmorph appears in

BSD-3-Clause licensed by Gabriel Gonzalez
Maintained by [email protected]
This version can be pinned in stack with:mmorph-1.1.0@sha256:91a7b38d11f8031c0462a7e544c5bd282051c3a357e804948a353fba5834ee5e,1080

Module documentation for 1.1.0

This library provides monad morphism utilities, most commonly used for manipulating monad transformer stacks.

Changes

1.1.0

  • BREAKING CHANGE: Enable PolyKinds
    • This should in theory be a non-breaking change, but due to a bug in GHC 8.0.1 and kind inference ambiguities I’m marking this as a breaking change