package reason

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Reason_oprintSource

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

Innovation. Community. Security.