module type Bound = sig .. end
sig
end
type ('d, 'w) iobuf
('d, 'w)
type t
val window : ('a, 'b) iobuf -> t
('a, 'b) iobuf -> t
val limit : ('a, 'b) iobuf -> t
val restore : t -> ('a, Iobuf_intf.seek) iobuf -> unit
t -> ('a, Iobuf_intf.seek) iobuf -> unit
val sexp_of_t : t -> Sexplib.Sexp.t
t -> Sexplib.Sexp.t