libghc-pipes-safe-doc

Safety for the pipes ecosystem; documentation
  http://hackage.haskell.org/package/pipes-safe
  0
  no reviews



This package adds resource management and exception handling to the pipes ecosystem.

notable features include:

* resource safety: guarantee finalization using `finally`, `bracket`
and more
* exception safety: even against asynchronous exceptions!
* laziness: only acquire resources when you need them
* promptness: finalize resources early when you are done with them
* native exception handling: catch and resume from exceptions
inside pipes
* no buy-in: mix resource-safe pipes with unmanaged pipes using
`hoist`
this package provides the documentation for a library for the haskell programming language. see http://www.haskell.org/ for more information on haskell.