Prints a type (without colon or quotes) to formatter.
DESCRIPTION
The call pp_print_type fmt ty prints the usual textual representation of the
type ty to the formatter fmt. The string is just ty not `:ty`.
To print a type with colors, use pp_print_colored_type.
FAILURE CONDITIONS
Should never fail unless the formatter does.
COMMENTS
The usual case where the formatter is the standard output is print_type.