aboutsummaryrefslogtreecommitdiff
path: root/PROBLEMES
diff options
context:
space:
mode:
Diffstat (limited to 'PROBLEMES')
-rw-r--r--PROBLEMES7
1 files changed, 7 insertions, 0 deletions
diff --git a/PROBLEMES b/PROBLEMES
index f20e0ec07f..c61b3ba521 100644
--- a/PROBLEMES
+++ b/PROBLEMES
@@ -1,3 +1,10 @@
+- 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)