Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- strictDecoder :: Get a -> ByteString -> Either DecodeException a
- listTDecoder :: Get a -> ByteString -> IO ( ListT IO a)
Documentation
strictDecoder :: Get a -> ByteString -> Either DecodeException a Source #
Given a decoder and an input buffer returns either the decoded value or an error (if the input buffer is not fully consumed)
listTDecoder :: Get a -> ByteString -> IO ( ListT IO a) Source #