diff options
author | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2014-11-07 20:08:55 +0100 |
---|---|---|
committer | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2014-11-07 20:10:17 +0100 |
commit | 5c599bfa507a5586e1f481983a5a7d4a6e19dadf (patch) | |
tree | 5c385e5db3221d396f1facded9084f626c15a28f /test-suite | |
parent | b3eb49d5e32ea8456d4f840b22639e5f5a9a354c (diff) |
Fixing #3562 ("as" in "destruct" expects either a disjunctive
intropattern or a bound ltac variable).
Diffstat (limited to 'test-suite')
-rw-r--r-- | test-suite/bugs/closed/3562.v | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3562.v b/test-suite/bugs/closed/3562.v new file mode 100644 index 000000000..1a1410a3b --- /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. |