Copyright | Copyright (C) 2004 Ian Lynagh |
---|---|
License | 3-clause BSD |
Maintainer | Ian Lynagh, |
Safe Haskell | None |
Language | Haskell98 |
Data.Compression.Inflate
Description
Maintainer : igloo@earth.li Stability : provisional Portability: portable
Inflate algorithm implementation
Copyright (C) 2004 Ian Lynagh
Documentation
inflate_string :: String -> String Source
inflate_string_remainder :: String -> (String, String) Source
Returns (Data, Remainder)
bits_to_word32 :: [Bit] -> Word32 Source