package decompress

  1. Overview
  2. Docs

Module RFC1951_inflate.DictionarySource

Sourcetype t = {
  1. idx : int;
  2. prv : int;
  3. max : int;
  4. dictionary : int array;
}
Sourceval make : int -> t
Sourceval inflate : (int array * int * int) -> (int array -> (Safe.ro, 'a) Safe.t -> (Safe.wo, 'b) Safe.t -> ('a, 'b) t -> ('a, 'b) res) -> (Safe.ro, 'a) Safe.t -> (Safe.wo, 'b) Safe.t -> ('a, 'b) t -> ('a, 'b) res
OCaml

Innovation. Community. Security.