@hackage AbortT-transformers1.0.1.3
A monad and monadic transformer providing "abort" functionality
Categories
License
BSD-3-Clause
Maintainer
Gregory Crosswhite <gcrosswhite@gmail.com>
Links
Versions
Installation
Dependencies (2)
- base >=3 && <5
- transformers >=0.2 && <0.6 Show all…
Dependents (6)
@hackage/acme-everything, @hackage/tagged-list, @hackage/AbortT-monadstf, @hackage/LogicGrowsOnTrees, @hackage/AbortT-mtl, @hackage/monad-state
This module provides a monad and a monad transformer that allow the user to abort a monadic computation and immediately return a result.
New in version 1.0.1.3: Bumped dependencies.
New in version 1.0.1: Added liftCallCC, liftCatch, liftListen, and liftPass, as well as more information to the cabal file.
New in version 1.0.0.1: Bumped the transformers dependencies and updated the maintainer's e-mail address.