From 5c599bfa507a5586e1f481983a5a7d4a6e19dadf Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Fri, 7 Nov 2014 20:08:55 +0100 Subject: Fixing #3562 ("as" in "destruct" expects either a disjunctive intropattern or a bound ltac variable). --- test-suite/bugs/closed/3562.v | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test-suite/bugs/closed/3562.v (limited to 'test-suite/bugs') diff --git a/test-suite/bugs/closed/3562.v b/test-suite/bugs/closed/3562.v new file mode 100644 index 0000000000..1a1410a3b1 --- /dev/null +++ b/test-suite/bugs/closed/3562.v @@ -0,0 +1,6 @@ +(* Should not be an anomaly as it was at some time in + September/October 2014 but some "Disjunctive/conjunctive + introduction pattern expected" error *) + +Theorem t: True. +Fail destruct 0 as x. -- cgit v1.2.3