Popularity
1.1
Declining
Activity
2.9
-
1
2
0

Monthly Downloads: 19
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Control     Monad    
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.

Do you think we are missing an alternative of monad-finally or a related project?

Add another 'monad' Package

README

Monad-Finally

Travis Hackage

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