MissingH-1.3.0.1: Large utility library

MaintainerIan Lynagh,
Safe HaskellNone

Data.Compression.Inflate

Description

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

Inflate algorithm implementation

Copyright (C) 2004 Ian Lynagh

Synopsis

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

Instances

Eq Bit 
Show Bit 

bits_to_word32 :: [Bit] -> Word32Source