BSD-3-Clause licensed by Yuras Shumovich
Maintained by [email protected]
This version can be pinned in stack with:io-region-0.1.1@sha256:685ef338e4a3e356bb96eef98dedd0a3d06c7edd75cc4351e25a63e6fe795660,1506

Module documentation for 0.1.1

Depends on 2 packages(full list with versions):

Region owns resources and automatically frees them on exit. It is a plain old ADT, so it is possible to pass it to functions, put into mutable references, store in regular data types.

Resources can be freed earler or transfered to other regions.

Region itself can be used as any other resource. E.g. one region can own other one.

The library doesn't pretend to solve double throw issue.

Changes

0.1.1

  • fix warnings with ghc-7.10.1