Extended_ast.Printastval interface :
Format.formatter ->
Parser_extended.Parsetree.signature_item list ->
unitval implementation :
Format.formatter ->
Parser_extended.Parsetree.structure_item list ->
unitval top_phrase :
Format.formatter ->
Parser_extended.Parsetree.toplevel_phrase ->
unitval repl_phrase :
Format.formatter ->
Parser_extended.Parsetree.repl_phrase ->
unitval expression :
Format.formatter ->
Parser_extended.Parsetree.expression ->
unitval structure :
int ->
Format.formatter ->
Parser_extended.Parsetree.structure ->
unitval payload : Format.formatter -> Parser_extended.Parsetree.payload -> unitval core_type : Format.formatter -> Parser_extended.Parsetree.core_type -> unitval module_type :
Format.formatter ->
Parser_extended.Parsetree.module_type ->
unitval pattern : Format.formatter -> Parser_extended.Parsetree.pattern -> unitval type_declaration :
Format.formatter ->
Parser_extended.Parsetree.type_declaration ->
unitval value_binding :
Format.formatter ->
Parser_extended.Parsetree.value_binding ->
unitval module_binding :
Format.formatter ->
Parser_extended.Parsetree.module_binding ->
unitval module_declaration :
Format.formatter ->
Parser_extended.Parsetree.module_declaration ->
unitval class_expr :
Format.formatter ->
Parser_extended.Parsetree.class_expr ->
unitval class_type :
Format.formatter ->
Parser_extended.Parsetree.class_type ->
unitval class_field :
Format.formatter ->
Parser_extended.Parsetree.class_field ->
unitval class_type_field :
Format.formatter ->
Parser_extended.Parsetree.class_type_field ->
unitval module_expr :
Format.formatter ->
Parser_extended.Parsetree.module_expr ->
unitval structure_item :
Format.formatter ->
Parser_extended.Parsetree.structure_item ->
unitval signature_item :
Format.formatter ->
Parser_extended.Parsetree.signature_item ->
unittype cmts = {before : Ocaml_common.Location.t -> string list option;within : Ocaml_common.Location.t -> string list option;after : Ocaml_common.Location.t -> string list option;}val ast :
'a t ->
Ocamlformat_stdlib.Format.formatter ->
'a ->
Ocamlformat_stdlib.unit