Module Stdppx.Sexp

include module type of struct include Sexp_type.Sexp end
type t = Sexp_type.Sexp.t =
  1. | Atom of string
  2. | List of t list
val must_escape_char : char -> bool
val must_escape : StdLabels.String.t -> bool
val pp_gen : hum:bool -> Format.formatter -> t -> unit
val pp_hum : Format.formatter -> t -> unit
val pp : Format.formatter -> t -> unit
val to_string_hum : t -> string
val to_string : t -> string
val message_of_alist : (string * t) list -> t list
val message : string -> (string * t) list -> t