aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGES8
-rw-r--r--dev/changements.txt3
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c5139f20e..d8d9f0e1b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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 f94e53456..00bfa4663 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