Idris2-boot/tests/ttimp/lazy001
Edwin Brady c75569c255 Implement laziness
Slight change of plan: instead of having special names, add Lazy, Inf,
Delay and Force and keywords and elaborate them specially.
Correspondingly, add DelayCase for case trees. Given that implicit
laziness is important, it seems better to do it this way than constantly
check whether the name we're working with is important.

This turns out to make implicit laziness much easier, because the
unifier can flag whether it had to go under a 'Delayed' to succeed, and
report that back to the elaborator which can then insert the necessary
coercion.
2019-05-22 19:42:43 +01:00
..
expected Implement laziness 2019-05-22 19:42:43 +01:00
input Implement laziness 2019-05-22 19:42:43 +01:00
Lazy.yaff Implement laziness 2019-05-22 19:42:43 +01:00
LazyInf.yaff Implement laziness 2019-05-22 19:42:43 +01:00
run Implement laziness 2019-05-22 19:42:43 +01:00