diff options
Diffstat (limited to 'devel/hs-vault/pkg-descr')
-rw-r--r-- | devel/hs-vault/pkg-descr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/hs-vault/pkg-descr b/devel/hs-vault/pkg-descr index 98063be518c0..788711cc0629 100644 --- a/devel/hs-vault/pkg-descr +++ b/devel/hs-vault/pkg-descr @@ -1,7 +1,7 @@ -A "vault" is a typed, persistent store for values of arbitrary types. It's -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. +A vault is a persistent store for values of arbitrary types. It's 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. WWW: https://github.com/HeinrichApfelmus/vault |