@hackage transformers-either0.0.2
An Either monad transformer
Categories
License
BSD-3-Clause
Maintainer
Tim McGilchrist <timmcgil@gmail.com>
Links
Versions
Installation
Dependencies (3)
- base >=4.8 && <5
- text >=1.2 && <1.3
- transformers >=0.4 && <0.6 Show all…
Dependents (5)
@hackage/quick-process, @hackage/entwine, @hackage/traction, @hackage/conduit-find, @hackage/katydid
Drop in alternative to ExceptT. Uses a pattern synonym to maintain compatibility with the old EitherT types but is actually ExceptT under the covers.