Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zenhack/haskell-lifetimes

Flexible resource management library for Haskell
https://github.com/zenhack/haskell-lifetimes

Last synced: 16 days ago
JSON representation

Flexible resource management library for Haskell

Awesome Lists containing this project

README

        

Haskell library for flexible RAII-style resource management.

This package provides a superset of the functionality supported by
[resourcet][1]; in addition to allowing for early early release,
it also provides move semantics: lifetimes are first class values
and hierarchical, and resources can be moved between them after
allocation.

[1]: https://hackage.haskell.org/package/resourcet