Copyright | Copyright (C) 2004 Ian Lynagh |
---|---|
License | BSD-3-Clause |
Stability | stable |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Data.Compression.Inflate
Description
Inflate algorithm implementation
Copyright (C) 2004 Ian Lynagh
Synopsis
- inflate_string :: String -> String
- inflate_string_remainder :: String -> (String, String)
- inflate :: [Int] -> (Output, [Bit])
- type Output = [Word32]
- data Bit
- bits_to_word32 :: [Bit] -> Word32
Documentation
inflate_string :: String -> String Source #
inflate_string_remainder :: String -> (String, String) Source #
Returns (Data, Remainder)
bits_to_word32 :: [Bit] -> Word32 Source #