diff options
author | courtieu <courtieu@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-04-11 14:10:35 +0000 |
---|---|---|
committer | courtieu <courtieu@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-04-11 14:10:35 +0000 |
commit | f0d5877bb2ec96790dc7be65b671bae93be63c23 (patch) | |
tree | a5401229b36b2134aeae3e515e96734e064b3157 | |
parent | 5b7b0e5d1ccbc86598370c03f1bbb6543bb92570 (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-- | CHANGES | 7 | ||||
-rw-r--r-- | TODO | 5 |
2 files changed, 11 insertions, 1 deletions
@@ -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 @@ -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) |