Std_ast.Printastval interface :
Format.formatter ->
Parser_standard.Parsetree.signature_item list ->
unitval implementation :
Format.formatter ->
Parser_standard.Parsetree.structure_item list ->
unitval top_phrase :
Format.formatter ->
Parser_standard.Parsetree.toplevel_phrase ->
unitval expression :
int ->
Format.formatter ->
Parser_standard.Parsetree.expression ->
unitval structure :
int ->
Format.formatter ->
Parser_standard.Parsetree.structure ->
unitval payload :
int ->
Format.formatter ->
Parser_standard.Parsetree.payload ->
unitval core_type :
int ->
Format.formatter ->
Parser_standard.Parsetree.core_type ->
unitval module_type :
int ->
Format.formatter ->
Parser_standard.Parsetree.module_type ->
unitval ast :
'a t ->
Ocamlformat_stdlib.Format.formatter ->
'a ->
Ocamlformat_stdlib.unit