aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PROBLEMES7
-rw-r--r--TODO1
2 files changed, 1 insertions, 7 deletions
diff --git a/PROBLEMES b/PROBLEMES
index fe43a5f0d5..a104219283 100644
--- a/PROBLEMES
+++ b/PROBLEMES
@@ -1,10 +1,3 @@
-- Problème affichage de Cases (alpha-conversion dans les patterns)
-======================================================================
-Inductive t : Set := c : nat->nat->t.
-Definition foo' := [x:t]Cases x of (c y z) => (plus y z) end.
-Print foo'.
-======================================================================
-
Des CASTEDCOMMAND s'affiche dans les scripts de preuves.
Probleme d'affichage des scripts de preuve (disparition des THEN)
diff --git a/TODO b/TODO
index 90c6c6d8cf..d3eb389f77 100644
--- a/TODO
+++ b/TODO
@@ -52,3 +52,4 @@ Doc:
- Suggestions de la formation
Dans le Intros pattern on pourrait interpreter les _
comme des hypotheses sur lesquelles on ferait Clear immediatement
+-> FAIT, semble-t'il \ No newline at end of file