Module Ppx_sexp_conv_lib.Sexp
type t = | Atom of string| List of t list
val equal : t -> t -> boolval compare : t -> t -> intexception Not_found_s of texception Of_sexp_error of exn * tval message : string -> (string * t) list -> tval default_indent : int refval to_string_hum : ?indent:int -> t -> stringval to_string_mach : t -> stringval to_string : t -> stringval of_float_style : [ `No_underscores | `Underscores ] refval of_int_style : [ `No_underscores | `Underscores ] refval t_sexp_grammar : Sexplib0__.Sexp.t Sexplib0__.Sexp_grammar.t