decompress
Decompress.Buffer
decompress.impl
module Bigstring : sig ... end
type 'a t =
| Bytes : Bytes.t t
| Bigstring : Bigstring.t t
val bytes : Bytes.t t
val bigstring : Bigstring.t t