aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES7
-rw-r--r--TODO5
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5a63bc295c..b094d8ffba 100644
--- a/CHANGES
+++ b/CHANGES
@@ -69,6 +69,13 @@ Tactics
with" made consistent with the printing of the return clause after
the term to match in the "match-with" construct (use "Set Printing All"
to see hidden occurrences).
+- New definition command: "GenFixpoint" (TODO) (doc)
+- functional induction has been re-implemented from the new definition
+ command (doc TODO)
+- Genralisation of induction "induction x1...xn using scheme" where
+ scheme is an induction principle with complex predicates (like the
+ ones generated by function induction) (doc TODO).
+
Modules
diff --git a/TODO b/TODO
index e53d95f8e0..dc80e4c3f3 100644
--- a/TODO
+++ b/TODO
@@ -45,4 +45,7 @@ Doc:
- Documenter Dependent Rewrite et CutRewrite ?
- Ajouter les motifs sous-termes de ltac
-
+- ajouter doc de GenFixpoint (mais avant: changer syntaxe) (J. Forest ou Pierre C.)
+- mettre à jour la doc de induction (arguments multiples) (Pierre C.)
+- mettre à jour la doc de functional induction/scheme (J. Forest ou Pierre C.)
+--> mettre à jour le CHANGES (vers la ligne 72)