HStringSExprmodule HStringAtom : sig ... endmodule type HStringSExpr = SExprBase.S with type atom = HString.tmodule HStringSExpr : sig ... endinclude module type of struct include HStringSExpr endtype atom = HStringAtom.tval 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