Popularity
0.8
Declining
Activity
2.9
Stable
1
1
0
Monthly Downloads: 10
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]
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

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