Module Ocaml_typing.OprintSource

Sourceval out_ident : (Format.formatter -> Outcometree.out_ident -> unit) ref
Sourceval out_value : (Format.formatter -> Outcometree.out_value -> unit) ref
Sourceval out_label : (Format.formatter -> (string * bool * Outcometree.out_type) -> unit) ref
Sourceval out_type : (Format.formatter -> Outcometree.out_type -> unit) ref
Sourceval out_type_args : (Format.formatter -> Outcometree.out_type list -> unit) ref
Sourceval out_class_type : (Format.formatter -> Outcometree.out_class_type -> unit) ref
Sourceval out_module_type : (Format.formatter -> Outcometree.out_module_type -> unit) ref
Sourceval out_sig_item : (Format.formatter -> Outcometree.out_sig_item -> unit) ref
Sourceval out_signature : (Format.formatter -> Outcometree.out_sig_item list -> unit) ref
Sourceval out_functor_parameters : (Format.formatter -> (string option * Outcometree.out_module_type) option list -> unit) ref
Sourceval out_type_extension : (Format.formatter -> Outcometree.out_type_extension -> unit) ref
Sourceval out_phrase : (Format.formatter -> Outcometree.out_phrase -> unit) ref
Sourceval parenthesized_ident : string -> bool