aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/bug_3754.v
AgeCommit message (Collapse)Author
2019-05-13Make detyping robust w.r.t. indexed anonymous variablesMaxime Dénès
I don't think there's a reason to treat such variables more severely than unbound variables. This anomaly is often raised by debug printers (e.g. when studying complex scenarios using `Set Unification Debug`), and so makes debugging less convenient. Fixes #3754, fixes #10026.
2019-01-09Make some tests more robust by adding missing proof terminatorsMaxime Dénès
2018-10-04rename test files (do not start by a digit)Vincent Laporte