@hackage / MonadCatchIO-transformers

Monad-transformer compatible version of the Control.Exception module

Version Deprecated package0.3.1.3

About

Metadata

  • Last updated , by AriePeterson
  • License BSD-3-Clause
  • Maintained by: ariep@xs4all.nl

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Readme

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.