diff options
author | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2001-03-20 15:51:44 +0000 |
---|---|---|
committer | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2001-03-20 15:51:44 +0000 |
commit | 03682a1d55252a5ba1cc02f42bfb487b3be96e18 (patch) | |
tree | d14fe5dac97b7e34699901388f9544c567e8190b /PROBLEMES | |
parent | 4a232998994ee0b46f28d0b7148882ddbb5a9a00 (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-- | PROBLEMES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |