MissingH-1.4.0.1: Large utility library

CopyrightCopyright (C) 2004 Ian Lynagh
License3-clause BSD
MaintainerIan Lynagh,
Safe HaskellSafe
LanguageHaskell98

Data.Compression.Inflate

Description

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

Inflate algorithm implementation

Copyright (C) 2004 Ian Lynagh

Synopsis

Documentation

inflate_string_remainder :: String -> (String, String) #

Returns (Data, Remainder)

inflate :: [Int] -> (Output, [Bit]) #

type Output = [Word32] #

data Bit #

Instances

Eq Bit # 

Methods

(==) :: Bit -> Bit -> Bool #

(/=) :: Bit -> Bit -> Bool #

Show Bit # 

Methods

showsPrec :: Int -> Bit -> ShowS #

show :: Bit -> String #

showList :: [Bit] -> ShowS #