package decompress

  1. Overview
  2. Docs
type ('i, 'o) t
type error
type meth =
  1. | PARTIAL
  2. | SYNC
  3. | FULL
val 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 ]
val finish : ('a, 'a) t -> ('a, 'a) t
val no_flush : int -> int -> ('a, 'a) t -> ('a, 'a) t
val flush_of_meth : meth -> int -> int -> ('a, 'a) t -> ('a, 'a) t
val flush : int -> int -> ('a, 'a) t -> ('a, 'a) t
val used_out : ('a, 'a) t -> int