include module type of struct include Sexplib0.Sexp end
type t = Sexplib0__Sexp.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 Stdlib.refval pp_hum : Stdlib.Format.formatter -> t -> unitval pp_hum_indent : int -> Stdlib.Format.formatter -> t -> unitval pp_mach : Stdlib.Format.formatter -> t -> unitval pp : Stdlib.Format.formatter -> t -> unitval to_string_hum : ?indent:int -> t -> stringval to_string_mach : t -> stringval to_string : t -> stringval of_float_style : [ `No_underscores | `Underscores ] Stdlib.refval of_int_style : [ `No_underscores | `Underscores ] Stdlib.refmodule Private : sig ... end