package ecaml

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

Module Symbol.Automatic_migrationSource

Automatic_migration supports migrating from one symbol-naming convention to another. Use Automatic_migration.add to add a function that maps names from the old convention to the new. Once you've done that, the following functions will automatically migrate their symbol argument, and and an obsolete alias pointing from the old name to the new.

  • defcustom
  • defun
  • define_minor_mode
  • defvar
Sourcemodule New : sig ... end
Sourceval add : (old:t -> New.t option) -> unit
Sourceval migrate : old:t -> New.t option