Idris2-boot/tests
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
..
chez Start adding tests for TypeDD book 2019-06-30 15:50:58 +01:00
idris2 Fix possible loop in auto implicit search 2019-07-22 11:21:34 +01:00
ttimp Chapter 11 examples now working 2019-07-08 23:46:20 +02:00
typedd-book Finish Chapter 12 tests 2019-07-12 09:34:29 +02:00
Main.idr Fix possible loop in auto implicit search 2019-07-22 11:21:34 +01:00
Makefile Change main program to be Idris2 2019-06-09 11:58:29 +01:00