Name: | ghc-vault |
---|---|
Version: | 0.3.1.5 |
Release: | 14.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 118556 |
License: | BSD-3-Clause |
RPM: | ghc-vault-0.3.1.5-14.el10_0.x86_64.rpm |
Source RPM: | ghc-vault-0.3.1.5-14.el10_0.src.rpm |
Build Date: | Tue May 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/vault |
Summary: | A persistent store for values of arbitrary types |
Description: | A vault is a persistent store for values of arbitrary types. It is like having first-class access to the storage space behind IORefs. The data structure is analogous to a bank vault, where you can access different bank boxes with different keys; hence the name. Also provided is a locker type, representing a store for a single element. |