package ocaml-migrate-parsetree

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
  • deprecated Access modules via the Migrate_parsetree toplevel module. Use Migrate_parsetree.Migrate_parsetree_410_409_migrate instead.
module Def : sig ... end
val migration_error : Location.t -> Def.missing_feature -> 'a
val map_option : ('a -> 'b) -> 'a option -> 'b option
val copy_Type_immediacy_t : Migrate_parsetree.Ast_410.Type_immediacy.t -> bool
val copy_label : string -> Migrate_parsetree.Ast_409.Asttypes.label
val copy_Longident_t : Longident.t -> Longident.t
val copy_loc : 'f0 'g0. ('f0 -> 'g0) -> 'f0 Migrate_parsetree.Ast_410.Asttypes.loc -> 'g0 Migrate_parsetree.Ast_409.Asttypes.loc
val copy_location : Location.t -> Location.t
val copy_position : Lexing.position -> Lexing.position