Parse.print_backend_term_without_overloads_on : string list -> term -> unit
STRUCTURE
SYNOPSIS
Prints a term to the screen (standard out), using current backend information, without using overload mappings of certain tokens.
LIBRARY
Parse
DESCRIPTION
The call print_backend_term_without_overloads_on ls t prints t to the screen, as appropriate for the current backend, without using any overloads on tokens in ls.

If the current backend is a color-capable terminal, for example, the printed string will contain escape codes for coloring free and bound variables, which should then be interpreted by the terminal as colors.

FAILURE
Should never fail.
SEEALSO
HOL  Kananaskis-8