Safe Haskell | None |
---|---|
Language | Haskell2010 |
- class BitParse a where
Documentation
class BitParse a where Source #
Parsers for bit strings
bitParse0 :: Parser a Source #
Version of bit string parser that can consume no inputs
bitParse1 :: Parser a Source #
Version of bit string parser that must consume at least one input