Idris2/libs
Edwin Brady ebc413ede5 Postpone elaborating lambdas
It's worth delaying in case doing some more work (and some more
interface resolution) can make the type more concrete. This makes
test linear011 work more smoothly, and will help with this sort of
program in general.

A better way, later, would be to try elaborating and delay only if the
type is not yet known. We have the facilities, but it's too fiddly for
me to want to implement it right now...
2020-06-24 23:27:45 +01:00
..
base Small concurrency fixes 2020-06-23 19:06:30 +01:00
contrib Postpone elaborating lambdas 2020-06-24 23:27:45 +01:00
network Merge pull request #345 from edwinb/hasio 2020-06-21 20:24:29 +01:00
prelude Merge pull request #358 from edwinb/concurrency-fix 2020-06-23 19:30:56 +01:00