MissingH-0.18.6: Large utility libraryContentsIndex
Data.Compression.Inflate
MaintainerIan Lynagh,
Description

Maintainer : igloo@earth.li Stability : provisional Portability: portable

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
inflate_string_remainder :: String -> (String, String)
Returns (Data, Remainder)
inflate :: [Int] -> (Output, [Bit])
type Output = [Word32]
data Bit
show/hide Instances
bits_to_word32 :: [Bit] -> Word32
Produced by Haddock version 0.8