aboutsummaryrefslogtreecommitdiffhomepage
path: root/PROBLEMES
diff options
context:
space:
mode:
authorGravatar mohring <mohring@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-12 15:58:10 +0000
committerGravatar mohring <mohring@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-12 15:58:10 +0000
commitf7967b6c3e03dabe71cf38d51557b4d94253ae75 (patch)
tree9ed211a781099225bd8fc63e93a39172f34b0a1f /PROBLEMES
parentc553366ec1cc485f6ec791ae1c04bbc53f5c65d0 (diff)
Hint Unfold Local + commentaires
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1088 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'PROBLEMES')
-rw-r--r--PROBLEMES11
1 files changed, 11 insertions, 0 deletions
diff --git a/PROBLEMES b/PROBLEMES
index ff4e7e582..ab9564ce4 100644
--- a/PROBLEMES
+++ b/PROBLEMES
@@ -1,3 +1,14 @@
+coqtop -byte
+Anomaly: Uncaught exception Unix.Unix_error(20, "execv", "./coqtop.byte").
+Please report.
+portable-demons ~/coq/V7 > which \coqtop
+/home/cpaulin/coq/V7/bin//coqtop
+portable-demons ~/coq/V7 > \coqtop -byte
+Anomaly: Uncaught exception Unix.Unix_error(20, "execv", "./coqtop.byte").
+Please report.
+portable-demons ~/coq/V7 > which coqtop.byte
+/home/cpaulin/coq/V7/bin//coqtop.byte
+
Declaration de Local a l'interieur d'un but ...
Certains Clear deviennent impossible car la variable apparait dans
un lemme local, c'est plutot sain ...