module Buffer = Decompress_buffermodule Safe = Decompress_safemodule Lz77 = Decompress_lz77module Tables = Decompress_tablesmodule Q = Decompress_qmodule Hunk = Decompress_hunkmodule Tree = Decompress_treemodule Seq = Decompress_seqmodule OS = Decompress_osmodule Option = Decompress_optionval pf : Stdlib.Format.formatter -> ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'aval invalid_arg : ('a, unit, string, 'b) Stdlib.format4 -> 'amodule type DEFLATE = sig ... endnon-blocking and functionnal implementation of Deflate
module type S = sig ... endmodule Convenience : functor (X : S) -> sig ... endmodule RFC1951 : sig ... endmodule Zlib : sig ... endmodule Gzip : sig ... end