type space_formatter = (unit, Stdlib.Format.formatter, unit) Stdlib.format
val longident : Stdlib.Format.formatter -> Longident.t -> unitval expression : Stdlib.Format.formatter -> Parsetree.expression -> unitval string_of_expression : Parsetree.expression -> stringval pattern : Stdlib.Format.formatter -> Parsetree.pattern -> unitval core_type : Stdlib.Format.formatter -> Parsetree.core_type -> unitval signature : Stdlib.Format.formatter -> Parsetree.signature -> unitval structure : Stdlib.Format.formatter -> Parsetree.structure -> unitval string_of_structure : Parsetree.structure -> stringval toplevel_phrase : Stdlib.Format.formatter -> Parsetree.toplevel_phrase -> unitval top_phrase : Stdlib.Format.formatter -> Parsetree.toplevel_phrase -> unitval tyvar : Stdlib.Format.formatter -> string -> unitPrint a type variable name, taking care of the special treatment required for the single quote character in second position.