diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 1999-12-01 23:13:01 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 1999-12-01 23:13:01 +0000 |
commit | f99150300603ce0d87db716efc52fa88967d4460 (patch) | |
tree | 4a85be13031030ac01659359b032411bfd63a73b /dev | |
parent | 3a49dbf016e1ebf8f8d12ed43fde14c5619ca55e (diff) |
Intégration du Termast et du Retyping de HH, et modifications connexes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@185 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev')
-rw-r--r-- | dev/changements.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev/changements.txt b/dev/changements.txt index 0e0ae4f1c..80698a0be 100644 --- a/dev/changements.txt +++ b/dev/changements.txt @@ -46,7 +46,8 @@ Changements dans les fonctions : rev_append -> List.rev_append Termenv - mind_specif_of_mind -> Global.lookup_mind_specif + mind_specif_of_mind -> Global.lookup_mind_specif + ou Environ.lookup_mind_specif si on a un env sous la main mis_arity -> instantiate_arity mis_lc -> instantiate_lc @@ -54,8 +55,8 @@ Changements dans les fonctions : gentermpr -> gen_pr_term Typing, Machops - type_of_type -> type_of_sort - fcn_proposition -> type_of_type + type_of_type -> judge_of_type + fcn_proposition -> judge_of_prop_contents Changements dans les grammaires |