Decompress, functionnal implementation of Zlib in OCaml.
Window used by the Inflate algorithm.
Sourcetype error_rfc1951_inflate = | Invalid_kind_of_block| Invalid_complement_of_length| Invalid_dictionary| Invalid_distance_code| Invalid_distance of {distance : int;max : int;
}
Sourcetype error_z_inflate = | RFC1951 of RFC1951_inflate.error| Invalid_checksum of {have : Checkseum.Adler32.t;expect : Checkseum.Adler32.t;
}