aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar courtieu <courtieu@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-04-11 14:10:35 +0000
committerGravatar courtieu <courtieu@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-04-11 14:10:35 +0000
commitf0d5877bb2ec96790dc7be65b671bae93be63c23 (patch)
treea5401229b36b2134aeae3e515e96734e064b3157
parent5b7b0e5d1ccbc86598370c03f1bbb6543bb92570 (diff)
ajout d'entrées dans TODO et CHANGES (à re-mettre à jour avant la release)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8697 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--CHANGES7
-rw-r--r--TODO5
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5a63bc295..b094d8ffb 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 e53d95f8e..dc80e4c3f 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)