Idris2/tests/idris2/interface021
Edwin Brady 170af1e87a
Use Closures instead of NF in binders for normal forms (#1823)
* Skip forced arguments in conversion check

This isn't always safe - we have to have also checked the type of the
things we're converting - but in the place where it is safe it can be a
pretty significant saving.

* Use Closures, not NF, in Binders for normal forms

This means we don't need to reduce argument types during unification if
we don't need to. Also, we now try to avoid reducing closures during
unification if they are unified with a metavariable. Together, this
saves a huge amount of unnecessary evaluation in programs that do a lot
of compile time evaluation.

* Didn't mean to update idris2api.ipkg

* Fix dodgy merge
2021-08-08 17:05:29 +01:00
..
expected Treat local hints differently in auto search 2020-12-27 13:41:48 +00:00
LocalHint.idr Use Closures instead of NF in binders for normal forms (#1823) 2021-08-08 17:05:29 +01:00
run Move rm -rf to the beginning of the test 2021-07-13 22:54:53 +01:00