Idris2-boot/tests/idris2/interface007
Edwin Brady bb55ac5f1d Auto implicit search fix
Can't use a local which has 'erased' as its type, since that's just been
substituted in while working out how many arguments a local function
needs to have. Also need to ensure we've searched for default hints when
encountering IBindImplicits rather than after because otherwise it might
find the wrong instance.

Both these problems result it terms which don't type check getting past
the elaborator! So, also added a --debug-elab-check flag to check the
result of elaboration. It's not on by default because there are cases
where it really hurts performance, typically when inferring implicits
with lots of sharing. So we'll keep it as a debug flag, for now at
least.
2019-10-18 18:26:32 +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 Auto implicit search fix 2019-10-18 18:26:32 +01:00