@hackage / MonadCatchIO-mtl

Monad-transformer version of the Control.Exception module

Version Deprecated package0.3.1.0

About

Metadata

  • Last updated , by DanielGorin
  • License BSD-3-Clause
  • Maintained by: jcpetruzza@gmail.com

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Readme

Provides a monad-transformer version of the Control.Exception.catch function. For this, it defines the MonadCatchIO class, a subset of MonadIO. It defines proper instances for most monad transformers in the mtl library.