aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/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.