MissingH-1.3.0.2: Large utility library

CopyrightCopyright (C) 2004 Ian Lynagh
License3-clause BSD
MaintainerIan Lynagh,
Safe HaskellNone
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) Source

Returns (Data, Remainder)

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

data Bit Source

Instances