Module Impl.Decompress_lz77Source
Sourceval repeat : char -> int64 Sourcetype error = | Invalid_level of int| Invalid_wbits of int
Sourceexception Match of int * int Sourceexception Literal of char Sourcetype 'i t = {i_off : int;i_pos : int;i_len : int;level : int;on : Hunk.t -> unit;state : 'i state;witness : 'i Buffer.t;
} Sourceand 'i state = | Deflate of int| Deffast of int| Choose of int| Exception of error
Sourceval _size_of_int64 : int Sourceval refill : int -> int -> 'a t -> 'a t