package reason

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

Module Reason_migrate_parsetree.Migrate_406_407Source

Sourcemodule Def : sig ... end
Sourcemodule From = Ast_406
Sourcemodule To = Ast_407
Sourceval migration_error : Location.t -> Def.missing_feature -> 'a
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.