package reason

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

Module Reason_migrate_parsetree.Migrate_410_409Source

Sourcemodule From = Ast_410
Sourcemodule To = Ast_409
Sourcemodule Def : sig ... end
Sourceval migration_error : Location.t -> Def.missing_feature -> 'a
Sourceval map_option : ('a -> 'b) -> 'a option -> 'b option
Sourceval copy_Type_immediacy_t : Ast_410.Type_immediacy.t -> bool
Sourceval copy_location_stack : Ast_410.Parsetree.location_stack -> Reason_migrate_parsetree__Ast_409.Location.t list
Sourceval copy_class_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_410.Parsetree.class_infos -> 'g0 Ast_409.Parsetree.class_infos
Sourceval copy_include_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_410.Parsetree.include_infos -> 'g0 Ast_409.Parsetree.include_infos
Sourceval copy_open_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_410.Parsetree.open_infos -> 'g0 Ast_409.Parsetree.open_infos
Sourceval copy_Longident_t : Reason_migrate_parsetree__.Ast_410.Longident.t -> Reason_migrate_parsetree__.Ast_409.Longident.t
Sourceval copy_loc : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_410.Asttypes.loc -> 'g0 Ast_409.Asttypes.loc
Sourceval copy_location : Reason_migrate_parsetree__.Ast_410.Location.t -> Reason_migrate_parsetree__.Ast_409.Location.t
Sourceval copy_position : Lexing.position -> Lexing.position
OCaml

Innovation. Community. Security.