| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Network.Tox.SaveData.Bytes
Documentation
Constructors
| Bytes ByteString |
Instances
| Eq Bytes Source # | |
| Read Bytes Source # | |
| Show Bytes Source # | |
| Generic Bytes Source # | |
| Arbitrary Bytes Source # | |
| Binary Bytes Source # | |
| MessagePack Bytes Source # | |
Defined in Network.Tox.SaveData.Bytes Methods toObject :: Config -> Bytes -> Object # fromObjectWith :: (Applicative m, Monad m, MonadValidate DecodeError m) => Config -> Object -> m Bytes # | |
| type Rep Bytes Source # | |
Defined in Network.Tox.SaveData.Bytes type Rep Bytes = D1 ('MetaData "Bytes" "Network.Tox.SaveData.Bytes" "toxcore-0.2.12-inplace" 'True) (C1 ('MetaCons "Bytes" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) | |