package ocamlformat

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ocaml_413_extended.PrintastSource

Raw printer for Parsetree

Warning: this module is unstable and part of compiler-libs.

Sourceval interface : Format.formatter -> Parsetree.signature_item list -> unit
Sourceval implementation : Format.formatter -> Parsetree.structure_item list -> unit
Sourceval repl_phrase : Format.formatter -> Parsetree.repl_phrase -> unit
Sourceval expression : int -> Format.formatter -> Parsetree.expression -> unit
Sourceval structure : int -> Format.formatter -> Parsetree.structure -> unit
Sourceval payload : int -> Format.formatter -> Parsetree.payload -> unit
Sourceval core_type : int -> Format.formatter -> Parsetree.core_type -> unit
Sourceval module_type : int -> Format.formatter -> Parsetree.module_type -> unit
Sourcetype cmts = {
  1. before : Ocaml_common.Location.t -> string list option;
  2. within : Ocaml_common.Location.t -> string list option;
  3. after : Ocaml_common.Location.t -> string list option;
}
Sourceval cmts : cmts option ref
OCaml

Innovation. Community. Security.