@hackage transformers-either0.1.4
An Either monad transformer
Categories
License
BSD-3-Clause
Maintainer
Tim McGilchrist <timmcgil@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- base >=4.8 && <5
- exceptions >=0.6 && <0.11
- text >=1.2 && <2.2
- transformers >=0.4 && <0.7 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.