Popularity
1.3
Growing
Activity
2.9
Stable
1
1
0
Monthly Downloads: 18
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 -
monad-io-adapter
DISCONTINUED. A Haskell package that adapts between MonadIO and MonadBase IO [GET https://api.github.com/repos/cjdev/monad-io-adapter: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] -
monad-journal
DISCONTINUED. Pure logger typeclass and monad transformer [GET https://api.github.com/repos/hadronized/monad-journal: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
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