@hackage either4.3.0.2
An either monad transformer
Installation
Dependencies (10)
- MonadRandom >=0.1 && <0.3
- base >=4 && <5
- exceptions >=0.5 && <0.7
- free >=4.9 && <5
- monad-control >=0.3.2 && <0.4
- mtl >=2.0 && <2.3 Show all…
Dependents (345)
@hackage/http-client-session, @hackage/data-easy, @hackage/growler, @hackage/microformats2-parser, @cardano/plutus-tx-plugin, @hackage/hipchat-hs, Show all…
either
This provides an Either monad transformer that unlike ErrorT is unencumbered by a constraint on its Left hand argument. This is needed for a number of applications of this monad transformer, notably in recursion-schemes.
Contact Information
Contributions and bug reports are welcome!
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-Edward Kmett
