| Copyright | 2016 John Ky | 
|---|---|
| License | MIT | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
HaskellWorks.Data.Bits.BitParse
Description
Succinct operations.
- class BitParse a where
Documentation
class BitParse a where Source #
Parsers for bit strings
Methods
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
Instances