package ocamlformat-lib

  1. Overview
  2. Docs
OCaml Code Formatter

Install

Dune Dependency

Authors

Maintainers

Sources

ocamlformat-0.26.2.tbz
sha256=2e4f596bf7aa367a844fe83ba0f6b0bf14b2a65179ddc082363fe9793d0375c5
sha512=b03d57462e65b11aa9f78dd5c4548251e8d1c5a1c9662f7502bdb10472aeb9df33c1d407350767a5223fbff9c01d53de85bafacd0274b49abc4b43701b159bee

doc/ocamlformat-lib.parser_extended/Parser_extended/Printast/index.html

Module Parser_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 : Format.formatter -> Parsetree.expression -> unit
Sourceval structure : int -> Format.formatter -> Parsetree.structure -> unit
Sourceval payload : Format.formatter -> Parsetree.payload -> unit
Sourceval core_type : Format.formatter -> Parsetree.core_type -> unit
Sourceval module_type : Format.formatter -> Parsetree.module_type -> unit
Sourceval pattern : Format.formatter -> Parsetree.pattern -> unit
Sourceval type_declaration : Format.formatter -> Parsetree.type_declaration -> unit
Sourceval value_binding : Format.formatter -> Parsetree.value_binding -> unit
Sourceval module_binding : Format.formatter -> Parsetree.module_binding -> unit
Sourceval module_declaration : Format.formatter -> Parsetree.module_declaration -> unit
Sourceval class_expr : Format.formatter -> Parsetree.class_expr -> unit
Sourceval class_type : Format.formatter -> Parsetree.class_type -> unit
Sourceval class_field : Format.formatter -> Parsetree.class_field -> unit
Sourceval class_type_field : Format.formatter -> Parsetree.class_type_field -> unit
Sourceval module_expr : Format.formatter -> Parsetree.module_expr -> unit
Sourceval structure_item : Format.formatter -> Parsetree.structure_item -> unit
Sourceval signature_item : Format.formatter -> Parsetree.signature_item -> 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.