Idris2/tests/idris2/reg034
Edwin Brady 04e05e3f86 Fix repeated argument check
As it was, it could break if the argument was repeated more than twice.
When checking dot patterns, we need to check that no further holes are
solved, and that the pattern variable doesn't unify with some other
pattern variable, but if it had already made progress (either for a good
or bad reason) we missed this. Fixes #536
2020-08-10 14:03:34 +01:00
..
expected Fix repeated argument check 2020-08-10 14:03:34 +01:00
run Fix repeated argument check 2020-08-10 14:03:34 +01:00
void.idr Fix repeated argument check 2020-08-10 14:03:34 +01:00