decompress.impl
RFC1951_inflate.Dictionary
decompress
decompress.rfc1951
type t = {
idx : int;
prv : int;
max : int;
dictionary : int array;
}
val make : int -> t
val inflate : (int array * int * int) -> (int array -> (Safe.read, 'a) Safe.t -> (Safe.write, 'b) Safe.t -> ('a, 'b) t -> ('a, 'b) res) -> (Safe.read, 'a) Safe.t -> (Safe.write, 'b) Safe.t -> ('a, 'b) t -> ('a, 'b) res