diff options
| author | herbelin | 2000-12-18 23:13:19 +0000 |
|---|---|---|
| committer | herbelin | 2000-12-18 23:13:19 +0000 |
| commit | 348e2a69d413fed8c6d51e15575aaf9e0b957673 (patch) | |
| tree | 89248eba9006d4c68e1abda52717d0a10d1b09ed | |
| parent | f8f517a6e93fd02595ad96a84dec45377e92640c (diff) | |
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1148 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | CHANGES | 8 | ||||
| -rw-r--r-- | dev/changements.txt | 3 |
2 files changed, 10 insertions, 1 deletions
@@ -121,7 +121,13 @@ Tactiques - Langage de tactique Ltac -- Ajout (officiel) d'une tactique LetTac et d'un Induction "convivial" +- Tactique Let renommé en LetTac et utilise le let-in primitif; + Induction renommé en OldInduction et nouveau Induction plus + "convivial". + +- Elim avec un schéma d'élimination différent de celui créé à la + définition d'un inductif n'est plus possible. Il faut utiliser Elim + <hyp> with <nom du schéma d'élimination>. - Decompose : - Numérotation dans l'ordre des hypothèses créées diff --git a/dev/changements.txt b/dev/changements.txt index f94e534560..00bfa46637 100644 --- a/dev/changements.txt +++ b/dev/changements.txt @@ -153,6 +153,9 @@ Changements dans les fonctions : ise_resolve1 -> understand, understand_type ise_resolve -> understand_judgment, understand_type_judgment + ex-Tradevar, maintenant Evarutil + mt_tycon -> empty_tycon + Changements dans les inductifs ------------------------------ Nouveaux types "constructor" et "inductive" dans Term |
