package ocamlformat

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of Ocaml_413.Pprintast
type space_formatter = (unit, Format.formatter, unit) format
val longident : Format.formatter -> Ocaml_common.Longident.t -> unit
val string_of_expression : Ocaml_413.Parsetree.expression -> string
val string_of_structure : Ocaml_413.Parsetree.structure -> string
val toplevel_phrase : Format.formatter -> Ocaml_413.Parsetree.toplevel_phrase -> unit
val class_type_field : Format.formatter -> Ocaml_413.Parsetree.class_type_field -> unit
val type_declaration : Format.formatter -> Ocaml_413.Parsetree.type_declaration -> unit
val tyvar : Format.formatter -> string -> unit

Print a type variable name, taking care of the special treatment required for the single quote character in second position.