package decompress

  1. Overview
  2. Docs

Module type Decompress_impl.S_inflateSource

Sourcetype ('i, 'o) t
Sourcetype error
Sourceval eval : 'a -> 'a -> ('a, 'a) t -> [ `Await of ('a, 'a) t | `Flush of ('a, 'a) t | `End of ('a, 'a) t | `Error of ('a, 'a) t * error ]
Sourceval refill : int -> int -> ('i, 'o) t -> ('i, 'o) t
Sourceval flush : int -> int -> ('i, 'o) t -> ('i, 'o) t
Sourceval used_out : ('i, 'o) t -> int