MissingH-1.1.0.1: Large utility librarySource codeContentsIndex
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 -> StringSource
inflate_string_remainder :: String -> (String, String)Source
Returns (Data, Remainder)
inflate :: [Int] -> (Output, [Bit])Source
type Output = [Word32]Source
data Bit Source
show/hide Instances
bits_to_word32 :: [Bit] -> Word32Source
Produced by Haddock version 2.6.0