.TH "Pprintast" 3o 2020-10-30 OCamldoc "OCaml library" .SH NAME Pprintast \- Pretty-printers for Parsetree .SH Module Module Pprintast .SH Documentation .sp Module .BI "Pprintast" : .B sig end .sp Pretty\-printers for .ft B Parsetree .ft R .sp Warning: this module is unstable and part of .ft B Compiler_libs .ft R \&. .sp .sp .sp .I type space_formatter = .B (unit, Format.formatter, unit) format .sp .sp .I val longident : .B Format.formatter -> Longident.t -> unit .sp .sp .I val expression : .B Format.formatter -> Parsetree.expression -> unit .sp .sp .I val string_of_expression : .B Parsetree.expression -> string .sp .sp .I val pattern : .B Format.formatter -> Parsetree.pattern -> unit .sp .sp .I val core_type : .B Format.formatter -> Parsetree.core_type -> unit .sp .sp .I val signature : .B Format.formatter -> Parsetree.signature -> unit .sp .sp .I val structure : .B Format.formatter -> Parsetree.structure -> unit .sp .sp .I val string_of_structure : .B Parsetree.structure -> string .sp .sp .I val toplevel_phrase : .B Format.formatter -> Parsetree.toplevel_phrase -> unit .sp .sp .I val top_phrase : .B Format.formatter -> Parsetree.toplevel_phrase -> unit .sp .sp .I val tyvar : .B Format.formatter -> string -> unit .sp Print a type variable name, taking care of the special treatment required for the single quote character in second position\&. .sp