package ocamlformat

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of Ocaml_413_extended.Pprintast
type space_formatter = (unit, Stdlib.Format.formatter, unit) Stdlib.format
val longident : Stdlib.Format.formatter -> Ocaml_common.Longident.t -> unit
val expression : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.expression -> unit
val string_of_expression : Ocaml_413_extended.Parsetree.expression -> string
val pattern : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.pattern -> unit
val core_type : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.core_type -> unit
val signature : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.signature -> unit
val structure : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.structure -> unit
val string_of_structure : Ocaml_413_extended.Parsetree.structure -> string
val module_expr : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.module_expr -> unit
val toplevel_phrase : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.toplevel_phrase -> unit
val top_phrase : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.toplevel_phrase -> unit
val repl_phrase : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.repl_phrase -> unit
val class_field : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.class_field -> unit
val class_type_field : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.class_type_field -> unit
val class_expr : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.class_expr -> unit
val class_type : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.class_type -> unit
val module_type : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.module_type -> unit
val structure_item : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.structure_item -> unit
val signature_item : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.signature_item -> unit
val binding : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.value_binding -> unit
val payload : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.payload -> unit
val type_declaration : Stdlib.Format.formatter -> Ocaml_413_extended.Parsetree.type_declaration -> unit
val tyvar : Stdlib.Format.formatter -> string -> unit

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

val ast : 'a t -> Ocamlformat_stdlib.Format.formatter -> 'a -> Ocamlformat_stdlib.unit
OCaml

Innovation. Community. Security.