aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2015-05-18 15:29:55 +0200
committerPierre-Marie Pédrot2015-05-18 16:53:03 +0200
commit923ce36ed6789718746369847f622b17bb37df2a (patch)
tree06bfd29ccf33f67c9fffc35d424ad77e8c707941 /test-suite/bugs/closed
parentc3a62d51d13788a650fc13e89a1b6f000ba1f378 (diff)
Tentative fix for #3461: Anomaly: Uncaught exception Pretype_errors.PretypeError.
Instad of trying to print the exception, we raise it in the tactic monad.
Diffstat (limited to 'test-suite/bugs/closed')
-rw-r--r--test-suite/bugs/closed/3461.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3461.v b/test-suite/bugs/closed/3461.v
new file mode 100644
index 0000000000..1b625e6a15
--- /dev/null
+++ b/test-suite/bugs/closed/3461.v
@@ -0,0 +1,5 @@
+Lemma foo (b : bool) :
+ exists x : nat, x = x.
+Proof.
+eexists.
+Fail eexact (eq_refl b).