Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data CompressedWord = CompressedWord {}
- schema :: Schema
- bitPut :: CompressedWord -> BitPut
- putCompressedWordStep :: Word -> Word -> Int -> Int -> Word -> BitPut
- getMaxBits :: Word -> Int
- bitGet :: Word -> BitGet CompressedWord
- bitGetNew :: Word -> BitGet CompressedWord
Documentation
data CompressedWord Source #
Although there's no guarantee that these values will not overflow, it's
exceptionally unlikely. Most CompressedWord
s are very small.
Instances
bitPut :: CompressedWord -> BitPut Source #
getMaxBits :: Word -> Int Source #