decompress.impl
Decompress_impl.Convenience_inflate
decompress
decompress.rfc1951
module X : S_inflate
val to_result : 'a B.t -> 'a B.t -> ('a B.t -> int) -> ('a B.t -> int -> int) -> ('a, 'a) X.t -> (('a, 'a) X.t, X.error) result
val bytes : B.Bytes.t -> B.Bytes.t -> (B.Bytes.t -> int) -> (B.Bytes.t -> int -> int) -> (B.st, B.st) X.t -> ((B.st, B.st) X.t, X.error) result
val bigstring : B.Bigstring.t -> B.Bigstring.t -> (B.Bigstring.t -> int) -> (B.Bigstring.t -> int -> int) -> (B.bs, B.bs) X.t -> ((B.bs, B.bs) X.t, X.error) result