Name: | ghc-resourcet |
---|---|
Version: | 1.2.1 |
Release: | 1.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 341311 |
License: | BSD |
RPM: | ghc-resourcet-1.2.1-1.el8.aarch64.rpm |
Source RPM: | ghc-resourcet-1.2.1-1.el8.src.rpm |
Build Date: | Thu Feb 09 2023 |
Build Host: | build-ol8-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. |