Decompressmodule B : sig ... endDecompress, functionnal implementation of Zlib in OCaml.
module Hunk : sig ... endHunk definition.
module L : sig ... endLz77 algorithm.
module type DEFLATE = sig ... endDeflate algorithm.
module RFC1951_deflate : sig ... endmodule Zlib_deflate : DEFLATE with type error = error_z_deflatemodule Window : sig ... endWindow used by the Inflate algorithm.
module type INFLATE = sig ... endInflate algorithm.
module RFC1951_inflate : sig ... endmodule Zlib_inflate : sig ... end