rescue-0.4.2.1: More understandable exceptions
Safe HaskellNone
LanguageHaskell2010

Control.Monad.Cleanup

Contents

Description

Cleanly release resources and clean up contexts

Synopsis

Documentation

retry :: MonadCleanup m => Natural -> m a -> m a Source #

always :: MonadCleanup m => m a -> m b -> m a Source #

Equivalent of finally

Reexport