From ccbb78b17fada5d9f0f5937dc276cb0b0960f4c3 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Tue, 13 Sep 2016 18:27:58 +0200 Subject: Continuing fix to #5078, taking also into account intropatterns. Getting closer from before when the bug was introduced + test. --- test-suite/bugs/closed/5078.v | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test-suite/bugs/closed/5078.v (limited to 'test-suite') diff --git a/test-suite/bugs/closed/5078.v b/test-suite/bugs/closed/5078.v new file mode 100644 index 0000000000..ca73cbcc18 --- /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''. -- cgit v1.2.3