val sexp_of_no_seek : no_seek -> Ppx_sexp_conv_lib.Sexp.ttype seek = private no_seekLike read_write.
val sexp_of_seek : seek -> Ppx_sexp_conv_lib.Sexp.tmodule type Accessors_common = sig ... endCollections of access functions. These abstract over Iobuf.Consume, Iobuf.Fill, Iobuf.Peek, and Iobuf.Poke.
module type Accessors_read = sig ... endmodule type Accessors_write = sig ... endmodule type Bound = sig ... endAn iobuf window bound, either upper or lower. You can't see its int value, but you can save and restore it.
type ('src, 'dst) consuming_blito = src:'src -> ?src_len:int -> dst:'dst -> ?dst_pos:int -> unit -> unitmodule type Consuming_blit = sig ... endmodule type Compound_hexdump = sig ... endmodule Unix : sig ... endThis file is a modified version of unixLabels.mli from the OCaml distribution. Many of these functions raise exceptions but do not have a _exn suffixed name.