Hoogle Search

Within LTS Haskell 22.21 (ghc-9.6.5)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Control.Monad.Trans.Resource

    Allocate resources which are guaranteed to be released. For more information, see https://github.com/snoyberg/conduit/tree/master/resourcet#readme. One point to note: all register cleanup actions live in the IO monad, not the main monad. This allows both more efficient code, and for monads to be transformed.

Page 1 of many | Next