Idris2-boot/tests/idris2/interface007
Edwin Brady 91262b4800 Fix possible loop in auto implicit search
A local variable can't be applied to itself when searching (otherwise,
for example, we could end up trying something like id id id id id id etc
forever). So remove it from the environment before searching for its
arguments.

This and the previous patch fix #24. (Or, at least, the minimised cases
reported as part of it!)
2019-07-22 11:21:34 +01:00
..
A.idr Fix possible loop in auto implicit search 2019-07-22 11:21:34 +01:00
expected Fix possible loop in auto implicit search 2019-07-22 11:21:34 +01:00
run Fix possible loop in auto implicit search 2019-07-22 11:21:34 +01:00