Up
Module
Header
Signature
type
t = int list
val
t_of_sexp :
Sexplib.Sexp.t
->
t
val
sexp_of_t :
t
->
Sexplib.Sexp.t
val
bin_size_t : int list -> int
val
bin_write_t :
Bin_prot.Common.buf
-> pos:
Bin_prot.Common.pos
-> int list ->
Bin_prot.Common.pos
val
bin_writer_t : int list
Bin_prot.Type_class.writer
val
__bin_read_t__ : 'a -> pos_ref:
Bin_prot.Common.pos
Pervasives.ref -> 'b -> 'c
val
bin_read_t :
Bin_prot.Common.buf
-> pos_ref:
Bin_prot.Common.pos_ref
-> int list
val
bin_reader_t : int list
Bin_prot.Type_class.reader
val
bin_t : int list
Bin_prot.Type_class.t