@hackage either5
Combinators for working with sums
Installation
Dependencies (6)
- base >=4 && <5
- bifunctors >=4 && <6
- mtl >=2.0 && <2.3
- profunctors >=4 && <6
- semigroupoids >=4 && <6
- semigroups >=0.8.3.1 && <1 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
