package ocaml-migrate-parsetree

  1. Overview
  2. Docs
module Def : sig ... end
module From = Ast_404
module To = Ast_403
val from_loc : 'a Location.loc -> Location.t
val migration_error : Location.t -> Def.missing_feature -> 'a
val copy_class_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 From.Parsetree.class_infos -> 'g0 To.Parsetree.class_infos
val copy_include_infos : 'f0 'g0. ('f0 -> 'g0) -> 'f0 From.Parsetree.include_infos -> 'g0 To.Parsetree.include_infos
val copy_option : 'f0 'g0. ('f0 -> 'g0) -> 'f0 option -> 'g0 option
val copy_longident : Longident.t -> Longident.t
val copy_loc : 'f0 'g0. ('f0 -> 'g0) -> 'f0 From.Asttypes.loc -> 'g0 To.Asttypes.loc
val copy_location : Location.t -> Location.t
val copy_bool : bool -> bool
val copy_cases : From.Parsetree.case list -> To.Parsetree.case list