package reason

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

Module Reason_migrate_parsetree.Migrate_403_402Source

Sourcemodule Def : sig ... end
Sourcemodule From = Ast_403
Sourcemodule To = Ast_402
Sourceval from_loc : 'a From.Location.loc -> From.Location.t
Sourceval migration_error : Location.t -> Def.missing_feature -> 'a
Sourceval copy_expression_desc : Reason_migrate_parsetree__Ast_403.Location.t -> From.Parsetree.expression_desc -> To.Parsetree.expression_desc
Sourceval copy_pattern_desc : Reason_migrate_parsetree__Ast_403.Location.t -> From.Parsetree.pattern_desc -> To.Parsetree.pattern_desc
Sourceval copy_payload : From.Location.t -> From.Parsetree.payload -> To.Parsetree.payload
Sourceval copy_class_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 From.Parsetree.class_infos -> 'g0 To.Parsetree.class_infos
Sourceval copy_include_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 From.Parsetree.include_infos -> 'g0 To.Parsetree.include_infos
Sourceval copy_extension_constructor_kind : From.Location.t -> From.Parsetree.extension_constructor_kind -> To.Parsetree.extension_constructor_kind
Sourceval copy_constructor_arguments : From.Location.t -> From.Parsetree.constructor_arguments -> To.Parsetree.core_type list
Sourceval copy_arg_label : From.Asttypes.arg_label -> string
Sourceval copy_constant : Reason_migrate_parsetree__Ast_403.Location.t -> From.Parsetree.constant -> To.Asttypes.constant
Sourceval copy_option : 'f0 'g0. ('f0 -> 'g0) -> 'f0 option -> 'g0 option
Sourceval copy_longident : From.Longident.t -> To.Longident.t
Sourceval copy_loc : 'f0 'g0. ('f0 -> 'g0) -> 'f0 From.Asttypes.loc -> 'g0 To.Asttypes.loc
Sourceval copy_location : From.Location.t -> To.Location.t
Sourceval copy_bool : bool -> bool
Sourceval copy_Lexing_position : Lexing.position -> Lexing.position
Sourceval type_declarations : Reason_migrate_parsetree__Ast_403.Asttypes.rec_flag -> From.Parsetree.type_declaration list -> To.Parsetree.type_declaration list
Sourceval copy_exn : exn -> exn
Sourceval copy_From_Asttypes_private_flag : From.Asttypes.private_flag -> To.Asttypes.private_flag
Sourceval copy_float : float -> float
Sourceval copy_cases : From.Parsetree.case list -> To.Parsetree.case list
OCaml

Innovation. Community. Security.