Module Astlib.Pprintast

type space_formatter = (unit, Stdlib.Format.formatter, unit) Stdlib.format
val toplevel_phrase : Stdlib.Format.formatter -> Ast_414.Parsetree.toplevel_phrase -> unit
val expression : Stdlib.Format.formatter -> Ast_414.Parsetree.expression -> unit
val string_of_expression : Ast_414.Parsetree.expression -> string
val top_phrase : Stdlib.Format.formatter -> Ast_414.Parsetree.toplevel_phrase -> unit
val core_type : Stdlib.Format.formatter -> Ast_414.Parsetree.core_type -> unit
val pattern : Stdlib.Format.formatter -> Ast_414.Parsetree.pattern -> unit
val signature : Stdlib.Format.formatter -> Ast_414.Parsetree.signature -> unit
val structure : Stdlib.Format.formatter -> Ast_414.Parsetree.structure -> unit
val string_of_structure : Ast_414.Parsetree.structure -> string
val class_expr : Stdlib.Format.formatter -> Ast_414.Parsetree.class_expr -> unit
val class_field : Stdlib.Format.formatter -> Ast_414.Parsetree.class_field -> unit
val class_type : Stdlib.Format.formatter -> Ast_414.Parsetree.class_type -> unit
val class_signature : Stdlib.Format.formatter -> Ast_414.Parsetree.class_signature -> unit
val class_type_field : Stdlib.Format.formatter -> Ast_414.Parsetree.class_type_field -> unit
val module_expr : Stdlib.Format.formatter -> Ast_414.Parsetree.module_expr -> unit
val module_type : Stdlib.Format.formatter -> Ast_414.Parsetree.module_type -> unit
val signature_item : Stdlib.Format.formatter -> Ast_414.Parsetree.signature_item -> unit
val structure_item : Stdlib.Format.formatter -> Ast_414.Parsetree.structure_item -> unit
val type_declaration : Stdlib.Format.formatter -> Ast_414.Parsetree.type_declaration -> unit