aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorherbelin2010-04-05 17:15:26 +0000
committerherbelin2010-04-05 17:15:26 +0000
commit29f960a540fbdb78b74308f2ae01c1f820067f62 (patch)
tree6ab2f58ec8a502c9de97b8968619fbf303677d18 /dev
parent9952f1a90566f4ad5ba029a082e758b9a0bc8ee4 (diff)
Added a function in typing.ml to solve evars of a constr w/o going back down to rawconstr
Also cleaned a bit typing.ml git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12902 85f007b7-540e-0410-9357-904b9bb8a0f7
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