Module type SExprBase.S
Output signature of the functor Make
val pp_print_sexpr : Stdlib.Format.formatter -> t -> unitPretty-print an S-expression
val pp_print_sexpr_list : Stdlib.Format.formatter -> t list -> unitPretty-print a list of S-expressions enclosed in parentheses
val print_sexpr : t -> unitPretty-print an S-expression to the standard formatter
val pp_print_sexpr_indent : int -> Stdlib.Format.formatter -> t -> unitPretty-print an S-expression