Module Extended_ast.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