bytable-0.0.0.0: data from/to ByteString
Codec.Bytable
data BytableM a Source
Constructors
Fields
Instances
class Bytable b whereSource
Methods
fromByteString :: ByteString -> Either String bSource
toByteString :: b -> ByteStringSource
head :: BytableM Word8Source
take :: Bytable b => Int -> BytableM bSource
null :: BytableM BoolSource