aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
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 /CHANGES
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 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