Popularity
1.1
Stable
Activity
2.9
Stable
1
2
0
Monthly Downloads: 15
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.1.2
monad-finally alternatives and similar packages
Based on the "monad" category.
Alternatively, view monad-finally alternatives based on common mentions on social networks and blogs.
-
monad-validate
DISCONTINUED. (NOTE: REPOSITORY MOVED TO NEW OWNER: https://github.com/lexi-lambda/monad-validate) A Haskell monad transformer library for data validation
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of monad-finally or a related project?
README
Monad-Finally
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.
Installation
The usual:
$ cabal install