Reason_oprintmodule Reason_ast = Reason_omp.Ast_414module Outcometree = Reason_ast.Outcometreeval cautious :
(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a ->
unitval print_ident : Format.formatter -> Outcometree.out_ident -> unitval value_ident : Format.formatter -> string -> unitval parenthesize_if_neg :
Format.formatter ->
('a -> 'b, Format.formatter, unit) format ->
'a ->
bool ->
unitval print_out_value : Format.formatter -> Outcometree.out_value -> unitval pr_present : Format.formatter -> string list -> unitval pr_vars : Format.formatter -> string list -> unitval get_label : string -> Reason_ast.Asttypes.arg_labelval get_arg_suffix : Format.formatter -> string -> stringval print_out_type : Format.formatter -> Outcometree.out_type -> unitval print_arg : Format.formatter -> (string * Outcometree.out_type) -> unitval print_out_type_1 :
uncurried:bool ->
Format.formatter ->
Outcometree.out_type ->
unitval print_out_type_2 : Format.formatter -> Outcometree.out_type -> unitval print_simple_out_type : Format.formatter -> Outcometree.out_type -> unitval print_object_fields :
quote_fields:bool ->
Format.formatter ->
(string * Outcometree.out_type) list ->
unitval print_row_field :
Format.formatter ->
(string * bool * Outcometree.out_type list) ->
unitval print_typlist :
(Format.formatter -> Outcometree.out_type -> unit) ->
string ->
Format.formatter ->
Outcometree.out_type list ->
unitval print_out_wrap_type : Format.formatter -> Outcometree.out_type -> unitval print_typargs : Format.formatter -> Outcometree.out_type list -> unitval out_type : (Format.formatter -> Outcometree.out_type -> unit) refval variance : Reason_omp.Ast_414.Asttypes.variance -> stringval type_parameter :
Format.formatter ->
(string * (Reason_omp.Ast_414.Asttypes.variance * 'a)) ->
unitval print_out_class_params :
Format.formatter ->
(string * (Reason_omp.Ast_414.Asttypes.variance * 'a)) list ->
unitval print_out_class_type :
Format.formatter ->
Outcometree.out_class_type ->
unitval print_out_class_sig_item :
Format.formatter ->
Outcometree.out_class_sig_item ->
unitval is_rec_next : Outcometree.out_sig_item list -> boolval print_out_functor : Format.formatter -> Outcometree.out_module_type -> unitval print_out_module_type :
Format.formatter ->
Outcometree.out_module_type ->
unitval print_out_signature :
Format.formatter ->
Outcometree.out_sig_item list ->
unitval print_out_sig_item : Format.formatter -> Outcometree.out_sig_item -> unitval print_out_type_decl :
string ->
Format.formatter ->
Outcometree.out_type_decl ->
unitval print_out_constr : Format.formatter -> Outcometree.out_constructor -> unitval print_out_label :
Format.formatter ->
(string * bool * Outcometree.out_type) ->
unitval print_out_extension_constructor :
Format.formatter ->
Outcometree.out_extension_constructor ->
unitval print_out_type_extension :
Format.formatter ->
Outcometree.out_type_extension ->
unitval print_out_exception :
Format.formatter ->
exn ->
Outcometree.out_value ->
unitval print_items :
Format.formatter ->
(Outcometree.out_sig_item * Outcometree.out_value option) list ->
unitval print_out_phrase : Format.formatter -> Outcometree.out_phrase -> unit