Module HStringSExpr
module HStringAtom : sig ... endmodule type HStringSExpr = SExprBase.S with type atom = HString.tmodule HStringSExpr : sig ... endinclude HStringSExpr
type atom= HStringAtom.ttype t= SExprBase.Make(HStringAtom).t=|Atom of atom|List of t list
val pp_print_sexpr : Stdlib.Format.formatter -> t -> unitval pp_print_sexpr_list : Stdlib.Format.formatter -> t list -> unitval print_sexpr : t -> unitval pp_print_sexpr_indent : int -> Stdlib.Format.formatter -> t -> unitval pp_print_sexpr_indent_compact : int -> Stdlib.Format.formatter -> t -> unitval string_of_sexpr : t -> string