package ocamlformat

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of Parser_extended.Printast
val implementation : Format.formatter -> Parser_extended.Parsetree.structure_item list -> unit
val structure : int -> Format.formatter -> Parser_extended.Parsetree.structure -> unit
type 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;
}
val cmts : cmts option ref