Up

module Oprint

: sig
#
val out_value : (Format.formatter -> Outcometree.out_value -> unit) Pervasives.ref
#
val out_type : (Format.formatter -> Outcometree.out_type -> unit) Pervasives.ref
#
val out_class_type : (Format.formatter -> Outcometree.out_class_type -> unit) Pervasives.ref
#
val out_module_type : (Format.formatter -> Outcometree.out_module_type -> unit) Pervasives.ref
#
val out_sig_item : (Format.formatter -> Outcometree.out_sig_item -> unit) Pervasives.ref
#
val out_signature : (Format.formatter -> Outcometree.out_sig_item list -> unit) Pervasives.ref
#
val out_type_extension : (Format.formatter -> Outcometree.out_type_extension -> unit) Pervasives.ref
#
val out_phrase : (Format.formatter -> Outcometree.out_phrase -> unit) Pervasives.ref
#
val parenthesized_ident : string -> bool
end