aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/changes.txt4
-rw-r--r--dev/printers.mllib2
2 files changed, 5 insertions, 1 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt
index 7c5b034576..ad1ee8630a 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -2,6 +2,10 @@
= CHANGES BETWEEN COQ V8.2 AND COQ V8.3 =
=========================================
+** Obsolete functions in typing.ml
+
+For mtype_of, msort_of, mcheck, now use type_of, sort_of, check
+
** Renaming functions renamed
concrete_name -> compute_displayed_name_in
diff --git a/dev/printers.mllib b/dev/printers.mllib
index 78903b8df1..e8ec10c5cd 100644
--- a/dev/printers.mllib
+++ b/dev/printers.mllib
@@ -76,11 +76,11 @@ Inductiveops
Retyping
Cbv
Pretype_errors
-Typing
Evarutil
Term_dnet
Recordops
Evarconv
+Typing
Pattern
Matching
Tacred