Maintainer | Ian Lynagh, |
---|---|
Safe Haskell | None |
Maintainer : igloo@earth.li Stability : provisional Portability: portable
Inflate algorithm implementation
Copyright (C) 2004 Ian Lynagh
- inflate_string :: String -> String
- inflate_string_remainder :: String -> (String, String)
- inflate :: [Int] -> (Output, [Bit])
- type Output = [Word32]
- data Bit
- bits_to_word32 :: [Bit] -> Word32