module Sexp: sig
.. end
type
t = Sexplib.Sexp.t
=
| |
Atom of string |
| |
List of t list |
val compare : t -> t -> int
val compare_t : t -> t -> int
val bin_size_t : t sizer
val bin_write_t_ : t Bin_prot.Unsafe_write_c.writer
val bin_write_t : Bin_prot.Common.buf ->
pos:Bin_prot.Common.pos -> t -> Bin_prot.Common.pos
val bin_writer_t : t Bin_prot.Type_class.writer
val bin_read_t__ : 'a -> 'b -> 'c -> 'd
val bin_read_t_ : t Bin_prot.Unsafe_read_c.reader
val bin_read_t : Bin_prot.Common.buf ->
pos_ref:Bin_prot.Common.pos Pervasives.ref -> t
val bin_reader_t : t Bin_prot.Type_class.reader
val bin_t : t Bin_prot.Type_class.t
include Sexplib.Sexp