Module Decompress.Buffer

module Bigstring : sig ... end
type 'a t =
| Bytes : Stdlib.Bytes.t t
| Bigstring : Bigstring.t t
val bytes : Stdlib.Bytes.t t
val bigstring : Bigstring.t t