Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Internal implementation of variable-length decoding. This API is not guaranteed to be stable.
- varWordBe' :: (Bits a, Integral a) => a -> a -> Parser a
- varWordLe' :: (Bits a, Integral a) => Int -> a -> Parser a
Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Internal implementation of variable-length decoding. This API is not guaranteed to be stable.