Binsec.Smtlib_ppval pp_spec_constant : Format.formatter -> Smtlib.constant -> unitPretty-printer for SMT-LIB AST
val pp_loc : Format.formatter -> Location.t -> unitpretty-prints a location
val pp_symbol : Format.formatter -> Smtlib.symbol -> unitpretty-prints a SMT symbol
val pp_sort : Format.formatter -> Smtlib.sort -> unitpretty-prints a SMT sort
val pp_term : Format.formatter -> Smtlib.term -> unitpretty-prints a SMT term
val pp_qual_identifier : Format.formatter -> Smtlib.qual_identifier -> unitpretty-prints a SMT qualified identifier
val pp : Format.formatter -> Smtlib.script -> unitpp fmt ast pretty-prints a full SMT-LIB script onto a formatter
val pp_command : Format.formatter -> Smtlib.command -> unitval pp_commands : Format.formatter -> Smtlib.commands -> unitpp_commands pretty_prints an arbitrary command list onto a formatter. Used by pp.
val pp_model : Format.formatter -> Smtlib.model -> unitval pp_tofile : string -> Smtlib.script -> unitpp_tofile filename script Prints a SMT-LIB script into the file named ** filename. The file is created if needed. Contents from any present file is ** not preserved.