pp_print_term : formatter -> term -> unit

SYNOPSIS
Prints a term (without quotes) to formatter.

DESCRIPTION
The call pp_print_term fmt tm prints the usual textual representation of the term tm to the formatter fmt. The string is just tm not `tm`.

FAILURE CONDITIONS
Should never fail unless the formatter does.

COMMENTS
The usual case where the formatter is the standard output is print_term.

SEE ALSO
pp_print_qterm, print_qterm, print_term.