| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Argo.Decoder
Documentation
Constructors
| Decoder | |
Fields
| |
byteString :: ByteString -> Decoder () Source #
get :: Decoder ByteString Source #
put :: ByteString -> Decoder () Source #
takeWhile1 :: (Word8 -> Bool) -> Decoder ByteString Source #