package reason

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

Module Reason_migrate_parsetree.Migrate_404_403Source

Sourcemodule Def : sig ... end
Sourcemodule From = Ast_404
Sourcemodule To = Ast_403
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_404.Location.t -> From.Parsetree.expression_desc -> To.Parsetree.expression_desc
Sourceval copy_pattern_desc : Reason_migrate_parsetree__Ast_404.Location.t -> From.Parsetree.pattern_desc -> To.Parsetree.pattern_desc
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_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 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.