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 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_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_1 : uncurried:bool -> Format.formatter -> Reason_migrate_parsetree.Ast_411.Outcometree.out_type -> unit
Sourceval print_object_fields : quote_fields:bool -> Format.formatter -> (string * Reason_migrate_parsetree.Ast_411.Outcometree.out_type) list -> unit
Sourceval print_row_field : Format.formatter -> (string * bool * Reason_migrate_parsetree.Ast_411.Outcometree.out_type list) -> unit
Sourceval variance : (bool * bool) -> string
Sourceval type_parameter : Format.formatter -> (string * (bool * bool)) -> unit
Sourceval print_out_class_params : Format.formatter -> (string * (bool * bool)) list -> unit
Sourceval print_out_label : Format.formatter -> (string * bool * Reason_migrate_parsetree.Ast_411.Outcometree.out_type) -> unit
OCaml

Innovation. Community. Security.