Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

[Monads] Add a MonadException finaly function similar to the Haskell one #56

Open
viboes opened this issue Apr 21, 2014 · 0 comments
Open

Comments

@viboes
Copy link
Collaborator

viboes commented Apr 21, 2014

finally :: MonadCatch m => m a -> m b -> m a

Perform an action with a finalizer action that is run, even if an exception occurs.

https://hackage.haskell.org/package/base-4.7.0.0/docs/Control-Exception.html#v:finally

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant