libghc-resourcet-doc

Deterministic allocation and freeing of scarce resources; documentation
  http://github.com/snoyberg/conduit
  0
  no reviews



Control.monad.trans.resource allocates resources which are guaranteed to be released. 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.

this package provides the documentation for a library for the haskell programming language. see http://www.haskell.org/ for more information on haskell.