| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.Tox.SaveData.Groups
Documentation
Instances
| Eq Groups Source # | |
| Read Groups Source # | |
| Show Groups Source # | |
| Generic Groups Source # | |
| Arbitrary Groups Source # | |
| Binary Groups Source # | |
| MessagePack Groups Source # | |
Defined in Network.Tox.SaveData.Groups Methods toObject :: Config -> Groups -> Object # fromObjectWith :: (Applicative m, Monad m, MonadValidate DecodeError m) => Config -> Object -> m Groups # | |
| type Rep Groups Source # | |
Defined in Network.Tox.SaveData.Groups | |
Constructors
| Group | |
Fields
| |
Instances
data StateValues Source #
Constructors
| StateValues | |
Fields
| |
Instances
Constructors
| StateBin | |
Fields | |
Instances
Constructors
| TopicInfo | |
Fields
| |
Instances
Instances
| Eq ModList Source # | |
| Read ModList Source # | |
| Show ModList Source # | |
| Generic ModList Source # | |
| Arbitrary ModList Source # | |
| MessagePack ModList Source # | |
Defined in Network.Tox.SaveData.Groups Methods toObject :: Config -> ModList -> Object # fromObjectWith :: (Applicative m, Monad m, MonadValidate DecodeError m) => Config -> Object -> m ModList # | |
| type Rep ModList Source # | |
Defined in Network.Tox.SaveData.Groups | |
Constructors
| Keys | |
Fields | |
Instances
| Eq Keys Source # | |
| Read Keys Source # | |
| Show Keys Source # | |
| Generic Keys Source # | |
| Arbitrary Keys Source # | |
| MessagePack Keys Source # | |
Defined in Network.Tox.SaveData.Groups Methods toObject :: Config -> Keys -> Object # fromObjectWith :: (Applicative m, Monad m, MonadValidate DecodeError m) => Config -> Object -> m Keys # | |
| type Rep Keys Source # | |
Defined in Network.Tox.SaveData.Groups type Rep Keys = D1 ('MetaData "Keys" "Network.Tox.SaveData.Groups" "toxcore-0.2.12-inplace" 'False) (C1 ('MetaCons "Keys" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chatPublicKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Signature) :*: S1 ('MetaSel ('Just "chatSecretKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ByteString)) :*: (S1 ('MetaSel ('Just "selfPublicKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Signature) :*: S1 ('MetaSel ('Just "selfSecretKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ByteString)))) | |
Constructors
| SelfInfo | |
Fields
| |