-
Notifications
You must be signed in to change notification settings - Fork 2
By-need evaluation (?) #29
Copy link
Copy link
Open
Labels
Description
Evaluating graphs should have by-need (lazily memoizing) semantics: evaluation of a parameter in a graph should cause it to produce the actual value, but no sooner.
On the other hand, this may be less of a thing if Tess is total; that’s the case for Idris for example.
Reactions are currently unavailable