package ocaml-migrate-parsetree

  1. Overview
  2. Docs
module From = Ast_413
module To = Ast_412
module Def : sig ... end
val migration_error : Location.t -> Def.missing_feature -> 'a
val copy_class_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_413.Parsetree.class_infos -> 'g0 Ast_412.Parsetree.class_infos
val copy_include_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_413.Parsetree.include_infos -> 'g0 Ast_412.Parsetree.include_infos
val copy_open_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_413.Parsetree.open_infos -> 'g0 Ast_412.Parsetree.open_infos
val copy_label : string -> Ast_412.Asttypes.label
val copy_Longident_t : Longident.t -> Longident.t
val copy_loc : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Ast_413.Asttypes.loc -> 'g0 Ast_412.Asttypes.loc
val copy_location : Location.t -> Location.t