Name: | ghc-resourcet |
---|---|
Version: | 1.2.4.3 |
Release: | 1.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 342127 |
License: | BSD |
RPM: | ghc-resourcet-1.2.4.3-1.el9.aarch64.rpm |
Source RPM: | ghc-resourcet-1.2.4.3-1.el9.src.rpm |
Build Date: | Tue Sep 06 2022 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://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. |