aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/DependentInductionErrors.v
AgeCommit message (Collapse)Author
2020-10-15Report a useful error for dependent destructionTej Chajed
Similar to `dependent induction`, report an error message for `dependent destruction` saying that importing `Coq.Program.Equality` is required, rather than failing at parsing time. This is a small extension of #605 to cover dependent destruction as well. Here I also put in some tests.