package ocamlformat

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

Module Extended_ast.PrintastSource

include module type of Parser_extended.Printast
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
Sourceval ast : 'a t -> Ocamlformat_stdlib.Format.formatter -> 'a -> Ocamlformat_stdlib.unit