| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Network.Tox.SaveData
Documentation
Constructors
Instances
data NospamKeys Source #
Instances
Constructors
| Bytes ByteString |
Instances
| Eq Bytes Source # | |
| Read Bytes Source # | |
| Show Bytes Source # | |
| Generic Bytes Source # | |
| Arbitrary Bytes Source # | |
| Binary Bytes Source # | |
| type Rep Bytes Source # | |
Defined in Network.Tox.SaveData type Rep Bytes = D1 (MetaData "Bytes" "Network.Tox.SaveData" "toxcore-0.2.11-AzzkmiDUfjL8GGvWK827C9" True) (C1 (MetaCons "Bytes" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ByteString))) | |