package reason

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Outcometree = Reason_omp.Ast_414.Outcometree
exception Ellipsis
val cautious : (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.Format.formatter -> 'b -> unit
val print_ident : Stdlib.Format.formatter -> Outcometree.out_ident -> unit
val parenthesized_ident : string -> bool
val value_ident : Stdlib.Format.formatter -> string -> unit
val valid_float_lexeme : string -> string
val float_repres : float -> string
val parenthesize_if_neg : Stdlib.Format.formatter -> ('a -> 'b, Stdlib.Format.formatter, unit) Stdlib.format -> 'c -> bool -> unit
val print_out_value : Stdlib.Format.formatter -> Outcometree.out_value -> unit
val print_list_init : ('a -> 'b -> 'c) -> ('d -> 'e) -> 'f -> 'g list -> unit
val print_list : ('a -> 'b -> unit) -> ('c -> 'd) -> 'e -> 'f list -> unit
val pr_present : Stdlib.Format.formatter -> string list -> unit
val pr_vars : Stdlib.Format.formatter -> string list -> unit
type label =
  1. | Nonlabeled
  2. | Labeled of string
  3. | Optional of string
val get_label : string -> label
val print_out_type : Stdlib.Format.formatter -> Outcometree.out_type -> unit
val print_arg : Stdlib.Format.formatter -> (string * Outcometree.out_type) -> unit
val print_out_type_1 : uncurried:bool -> Stdlib.Format.formatter -> Outcometree.out_type -> unit
val print_out_type_2 : Stdlib.Format.formatter -> Outcometree.out_type -> unit
val print_simple_out_type : Stdlib.Format.formatter -> Outcometree.out_type -> unit
val print_object_fields : quote_fields:bool -> Stdlib.Format.formatter -> (string * Outcometree.out_type) list -> unit
val print_row_field : Stdlib.Format.formatter -> (string * bool * Outcometree.out_type list) -> unit
val print_typlist : (Stdlib.Format.formatter -> Outcometree.out_type -> unit) -> string -> Stdlib.Format.formatter -> Outcometree.out_type list -> unit
val print_out_wrap_type : Stdlib.Format.formatter -> Outcometree.out_type -> unit
val print_typargs : Stdlib.Format.formatter -> Outcometree.out_type list -> unit
val out_type : (Stdlib.Format.formatter -> Outcometree.out_type -> unit) Stdlib.ref
val variance : Reason_omp.Ast_414.Asttypes.variance -> string
val type_parameter : Stdlib.Format.formatter -> (string * (Reason_omp.Ast_414.Asttypes.variance * 'a)) -> unit
val print_out_class_params : Stdlib.Format.formatter -> (string * (Reason_omp.Ast_414.Asttypes.variance * 'a)) list -> unit
val print_out_class_type : Stdlib.Format.formatter -> Outcometree.out_class_type -> unit
val print_out_class_sig_item : Stdlib.Format.formatter -> Outcometree.out_class_sig_item -> unit
val is_rec_next : Outcometree.out_sig_item list -> bool
val print_out_functor : Stdlib.Format.formatter -> Outcometree.out_module_type -> unit
val print_out_module_type : Stdlib.Format.formatter -> Outcometree.out_module_type -> unit
val print_out_signature : Stdlib.Format.formatter -> Outcometree.out_sig_item list -> unit
val print_out_sig_item : Stdlib.Format.formatter -> Outcometree.out_sig_item -> unit
val print_out_type_decl : string -> Stdlib.Format.formatter -> Outcometree.out_type_decl -> unit
val print_out_constr : Stdlib.Format.formatter -> Outcometree.out_constructor -> unit
val print_out_label : Stdlib.Format.formatter -> (string * bool * Outcometree.out_type) -> unit
val print_out_extension_constructor : Stdlib.Format.formatter -> Outcometree.out_extension_constructor -> unit
val print_out_type_extension : Stdlib.Format.formatter -> Outcometree.out_type_extension -> unit
val print_out_exception : Stdlib.Format.formatter -> exn -> Outcometree.out_value -> unit
val print_items : Stdlib.Format.formatter -> (Outcometree.out_sig_item * Outcometree.out_value option) list -> unit
val print_out_phrase : Stdlib.Format.formatter -> Outcometree.out_phrase -> unit