diff options
| author | herbelin | 2010-04-05 17:15:26 +0000 |
|---|---|---|
| committer | herbelin | 2010-04-05 17:15:26 +0000 |
| commit | 29f960a540fbdb78b74308f2ae01c1f820067f62 (patch) | |
| tree | 6ab2f58ec8a502c9de97b8968619fbf303677d18 /dev/doc | |
| parent | 9952f1a90566f4ad5ba029a082e758b9a0bc8ee4 (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/doc')
| -rw-r--r-- | dev/doc/changes.txt | 4 |
1 files changed, 4 insertions, 0 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 |
