Name: | ghc-resourcet |
---|---|
Version: | 0.4.6 |
Release: | 2.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 217495 |
License: | BSD |
RPM: | ghc-resourcet-0.4.6-2.el7.x86_64.rpm |
Source RPM: | ghc-resourcet-0.4.6-2.el7.src.rpm |
Build Date: | Tue Nov 21 2017 |
Build Host: | x86-ol6-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://hackage.haskell.org/package/resourcet |
Summary: | Deterministic allocation and freeing of scarce resources |
Description: | Allocate resources which are guaranteed to be released. 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. |