Astlib.Pprintasttype space_formatter = (unit, Format.formatter, unit) formatval toplevel_phrase : Format.formatter -> Parsetree.toplevel_phrase -> unitval expression : Format.formatter -> Parsetree.expression -> unitval string_of_expression : Parsetree.expression -> stringval top_phrase : Format.formatter -> Parsetree.toplevel_phrase -> unitval core_type : Format.formatter -> Parsetree.core_type -> unitval pattern : Format.formatter -> Parsetree.pattern -> unitval signature : Format.formatter -> Parsetree.signature_item list -> unitval structure : Format.formatter -> Parsetree.structure_item list -> unitval string_of_structure : Parsetree.structure_item list -> stringval class_expr : Format.formatter -> Parsetree.class_expr -> unitval class_field : Format.formatter -> Parsetree.class_field -> unitval class_type : Format.formatter -> Parsetree.class_type -> unitval class_signature : Format.formatter -> Parsetree.class_signature -> unitval class_type_field : Format.formatter -> Parsetree.class_type_field -> unitval module_expr : Format.formatter -> Parsetree.module_expr -> unitval module_type : Format.formatter -> Parsetree.module_type -> unitval signature_item : Format.formatter -> Parsetree.signature_item -> unitval structure_item : Format.formatter -> Parsetree.structure_item -> unitval type_declaration : Format.formatter -> Parsetree.type_declaration -> unit