The latest version of monad-finally is 0.1.2.1-0.

monad-finally

Version 0.1.2 revision 0 uploaded by MikhailVorozhtsov.

Package meta

Synopsis
Guard monadic computations with cleanup actions
Description

This package provides a generalized version of Control.Exception.finally. The cleanup action is run not only on successful termination of the main computation and on errors, but on any control flow disruption (e.g. mzero, short-circuiting) that causes the main computation to not produce a result.

Author
Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Bug reports
https://github.com/mvv/monad-finally/issues
Category
Control
Copyright
2011-2017 Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Homepage
https://github.com/mvv/monad-finally
Maintainer
Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Package URL
n/a
Stability
experimental

Components