Idris2/libs/contrib/Control
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
..
Linear Postpone elaborating lambdas 2020-06-24 23:27:45 +01:00
Delayed.idr Add libraries 2020-05-18 14:00:08 +01:00