SExprBase.SOutput 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
val pp_print_sexpr_indent_compact : int -> Stdlib.Format.formatter -> t -> unitval string_of_sexpr : t -> stringReturn a string representation of an S-Expression