@hackage MonadCatchIO-transformers0.3.1.3
Monad-transformer compatible version of the Control.Exception module
Categories
License
BSD-3-Clause
Maintainer
ariep@xs4all.nl
Links
Versions
Deprecated
Dependencies (4)
- base <4.9
- extensible-exceptions >=0.1 && <0.2
- monads-tf >=0.1 && <0.2
- transformers >=0.2 && <0.5 Show all…
Dependents (83)
@hackage/pgsql-simple, @hackage/Workflow, @hackage/MonadCatchIO-mtl, @hackage/git-annex, @hackage/regions, @hackage/snap, Show all…
Provides functions to throw and catch exceptions. Unlike the functions from
Control.Exception, which work in IO, these work in any stack of monad
transformers (from the transformers package) with IO as the base monad.
You can extend this functionality to other monads, by creating an instance
of the MonadCatchIO class.
Warning: this package is deprecated. Use the exceptions package instead,
if possible.