Copyright | Jeremy List |
---|---|
License | BSD-3 |
Maintainer | quick.dudley@gmail.com |
Safe Haskell | None |
Language | Haskell2010 |
Phase
s for processing bytestrings.
- unpackBS :: Phase p ByteString Word8 ()
- unpackLBS :: Phase p ByteString Word8 ()
Documentation
unpackBS :: Phase p ByteString Word8 () Source #
A Phase
which takes ByteString
s as input and yields their individual
bytes.
unpackLBS :: Phase p ByteString Word8 () Source #
A Phase
which takes lazy ByteString
s as input and yields their
individual bytes.