Ocaml_parsing.Pprintast
SourcePretty-printers for Parsetree
Warning: this module is unstable and part of compiler-libs.
Turn a type variable name into a valid identifier, taking care of the special treatment required for the single quote character in second position, or for keywords by escaping them with \#. No-op on "_".
Print a type variable name as a valid identifier, taking care of the special treatment required for the single quote character in second position, or for keywords by escaping them with \#. No-op on "_".