bytable-0.0.0.10: data from/to ByteString

Safe HaskellSafe-Inferred
LanguageHaskell98

Codec.Bytable

Synopsis

Documentation

fromByteString :: Bytable b => ByteString -> Either String b Source

Deprecated: Use decode instead

toByteString :: Bytable b => b -> ByteString Source

Deprecated: Use encode instead

class Parsable p where Source

Methods

parse :: BytableM p Source