aboutsummaryrefslogtreecommitdiffhomepage
path: root/PROBLEMES
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-03-20 15:51:44 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-03-20 15:51:44 +0000
commit03682a1d55252a5ba1cc02f42bfb487b3be96e18 (patch)
treed14fe5dac97b7e34699901388f9544c567e8190b /PROBLEMES
parent4a232998994ee0b46f28d0b7148882ddbb5a9a00 (diff)
extraction naive de fix et case
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1471 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'PROBLEMES')
-rw-r--r--PROBLEMES7
1 files changed, 7 insertions, 0 deletions
diff --git a/PROBLEMES b/PROBLEMES
index f20e0ec07..c61b3ba52 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)