package ocamlformat-lib

  1. Overview
  2. Docs
Auto-formatter for OCaml code

Install

Dune Dependency

Authors

Maintainers

Sources

ocamlformat-0.26.0.tbz
sha256=031494ab770cef10a8f6aa1cbeb5660e46c3aa6c0cd457b110fec859a75e877d
sha512=35c0131f04c2c8ceb94f0f400e4b56690405ddebb482aec0c9962163001d9fd5b593455df08b508394949f2740ba28f1714dff9e1f17b618bdec62fd26fae281

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 let_binding : Format.formatter -> Parsetree.let_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.