key-vault-0.1.0.0: Store of values of arbitrary types

Safe HaskellNone
LanguageHaskell2010

Data.Vault

Documentation

data Vault s Source #

alterF :: Functor f => (Maybe a -> KeyringT s f (Maybe a)) -> Key s a -> Vault s -> KeyringT s f (Vault s) Source #