aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/5078.v
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-09-13 18:27:58 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-09-15 17:58:31 +0200
commitccbb78b17fada5d9f0f5937dc276cb0b0960f4c3 (patch)
treee4b00caebdfa636b23fb79c483926fe591bed119 /test-suite/bugs/closed/5078.v
parent745c5325d79e754faecd0e1db75744f436f61a3b (diff)
Continuing fix to #5078, taking also into account intropatterns.
Getting closer from before when the bug was introduced + test.
Diffstat (limited to 'test-suite/bugs/closed/5078.v')
-rw-r--r--test-suite/bugs/closed/5078.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/5078.v b/test-suite/bugs/closed/5078.v
new file mode 100644
index 000000000..ca73cbcc1
--- /dev/null
+++ b/test-suite/bugs/closed/5078.v
@@ -0,0 +1,5 @@
+(* Test coercion from ident to evaluable reference *)
+Tactic Notation "unfold_hyp" hyp(H) := cbv delta [H].
+Goal True -> Type.
+ intro H''.
+ Fail unfold_hyp H''.