bytable-0.0.0.0: data from/to ByteString
Codec.Bytable
data BytableM a Source
Constructors
Fields
Instances
class Bytable b where Source
Methods
fromByteString :: ByteString -> Either String b Source
toByteString :: b -> ByteString Source
head :: BytableM Word8 Source
take :: Bytable b => Int -> BytableM b Source
null :: BytableM Bool Source