Idris2/tests/idris2/error021
Edwin Brady c861845757
Abandon ambiguity resolution on undefined name (#1907)
* Abandon ambiguity resolution on undefined name

This has finally annoyed me enough to do something about it. If we get a
"no such variable" error there's no point exploring other branches.

* Removes spaces from test file

One day I'll update the linter to ignore test files. We should really
accept literally anything as a possiblity for test files, even if
removing the spaces is tidier.

* Reset context before throwing in 'successful'

Although I don't think this is strictly necessary for a fatal error, we
should still for the sake of tidiness reset the state when backtracking.
2021-09-07 00:41:08 +01:00
..
DeepAmbig.idr Abandon ambiguity resolution on undefined name (#1907) 2021-09-07 00:41:08 +01:00
expected Abandon ambiguity resolution on undefined name (#1907) 2021-09-07 00:41:08 +01:00
run Abandon ambiguity resolution on undefined name (#1907) 2021-09-07 00:41:08 +01:00