Module Oprint
val out_ident :
(Stdlib.Format.formatter -> Outcometree.out_ident -> unit) Stdlib.refval out_value :
(Stdlib.Format.formatter -> Outcometree.out_value -> unit) Stdlib.refval out_label :
(Stdlib.Format.formatter ->
(string
* Outcometree.out_mutability
* Outcometree.out_type
* Outcometree.out_modality list) ->
unit)
Stdlib.refval out_modality :
(Stdlib.Format.formatter -> Outcometree.out_modality -> unit) Stdlib.refval out_modes :
(Stdlib.Format.formatter -> Outcometree.out_mode list -> unit) Stdlib.refval out_jkind_const :
(Stdlib.Format.formatter -> Outcometree.out_jkind_const -> unit) Stdlib.refval out_jkind :
(Stdlib.Format.formatter -> Outcometree.out_jkind -> unit) Stdlib.refval out_type :
(Stdlib.Format.formatter -> Outcometree.out_type -> unit) Stdlib.refval out_type_args :
(Stdlib.Format.formatter -> Outcometree.out_type list -> unit) Stdlib.refval out_constr :
(Stdlib.Format.formatter -> Outcometree.out_constructor -> unit) Stdlib.refval out_constr_args :
(Stdlib.Format.formatter ->
(Outcometree.out_type * Outcometree.out_modality list) list ->
unit)
Stdlib.refval out_class_type :
(Stdlib.Format.formatter -> Outcometree.out_class_type -> unit) Stdlib.refval out_module_type :
(Stdlib.Format.formatter -> Outcometree.out_module_type -> unit) Stdlib.refval out_sig_item :
(Stdlib.Format.formatter -> Outcometree.out_sig_item -> unit) Stdlib.refval out_signature :
(Stdlib.Format.formatter -> Outcometree.out_sig_item list -> unit) Stdlib.refval out_functor_parameters :
(Stdlib.Format.formatter ->
(string option * Outcometree.out_module_type) option list ->
unit)
Stdlib.refval out_type_extension :
(Stdlib.Format.formatter ->
Outcometree.out_type_extension ->
unit)
Stdlib.refval out_phrase :
(Stdlib.Format.formatter -> Outcometree.out_phrase -> unit) Stdlib.ref