Ether is a Haskell library that extends mtl and transformers with
tagged monad transformers and classes in a compatible way.
Introduction https://int-index.github.io/ether/
Changes
0.4.2.0
Add default MTL instances for DispatchT.
0.4.1.0
Export DispatchT newtype constructor.
0.4.0.0
Poly-kinded tags.
Remove Control.Ether.Tagged.
Replace Control.Ether.Wrapped with Control.Monad.Trans.Ether.Dispatch.
Unified tagged transformer type in Control.Monad.Trans.Ether.Tagged.