Safe Haskell | None |
---|---|
Language | Haskell2010 |
Monad class for caching of combined keys
Synopsis
- class (Monad m, Applicative m) => Keyed m where
- getCombinedKey :: SecretKey -> PublicKey -> m CombinedKey
- newtype NullKeyed a = NullKeyed {
- runNullKeyed :: a
Documentation
class (Monad m, Applicative m) => Keyed m where Source #
getCombinedKey :: SecretKey -> PublicKey -> m CombinedKey Source #
Instances
trivial instance: the trivial monad, with no caching of keys
NullKeyed | |
|