| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell98 |
Codec.Bytable
Documentation
Constructors
| BytableM | |
Fields
| |
evalBytableM :: BytableM a -> ByteString -> Either String a Source
execBytableM :: BytableM a -> ByteString -> Either String ByteString Source
addLen :: (Bytable n, Num n) => n -> ByteString -> ByteString Source