Module HStringSExpr.HStringSExpr

type atom = HStringAtom.t
type t = SExprBase.Make(HStringAtom).t =
| Atom of atom
| List of t list
val pp_print_sexpr : Stdlib.Format.formatter -> t -> unit
val pp_print_sexpr_list : Stdlib.Format.formatter -> t list -> unit
val print_sexpr : t -> unit
val pp_print_sexpr_indent : int -> Stdlib.Format.formatter -> t -> unit
val pp_print_sexpr_indent_compact : int -> Stdlib.Format.formatter -> t -> unit
val string_of_sexpr : t -> string