| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Conduit.OpenPGP.Keyring.Instances
Contents
Orphan instances
| Semigroup TKUnknown Source # | |
| Semigroup TKWithWireRep Source # | |
Methods (<>) :: TKWithWireRep -> TKWithWireRep -> TKWithWireRep Source # sconcat :: NonEmpty TKWithWireRep -> TKWithWireRep Source # stimes :: Integral b => b -> TKWithWireRep -> TKWithWireRep Source # | |
| Indexable KeyringIxs TKUnknown Source # | |
Methods indices :: IxList KeyringIxs TKUnknown | |
| Indexable KeyringIxs (TK 'PublicTK) Source # | Index public TKs by key ID, fingerprint, and UID |
Methods indices :: IxList KeyringIxs (TK 'PublicTK) | |
| Indexable KeyringIxs (TK 'SecretTK) Source # | Index secret TKs by key ID, fingerprint, and UID |
Methods indices :: IxList KeyringIxs (TK 'SecretTK) | |
| Semigroup (TK k) Source # | |