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