MissingH API ManualContentsIndex
MissingH.Compression.Inflate
Portability portable
Stability provisional
Maintainer <igloo@earth.li>
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
inflate_string_remainder :: String -> (String, String)
Returns (Data, Remainder)
inflate :: [Int] -> (Output, [Bit])
type Output = [Word32]
data Bit
Instances
Show Bit
Eq Bit
bits_to_word32 :: [Bit] -> Word32
Produced by Haddock version 0.6