-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the usage of tokens for lazy evaluation #736
Comments
Something like
might even be better. But I'm having trouble thinking of a good class name to substitute for |
The reason I was thinking to tie this into the How about Thoughts? |
I'm not sure the more complex name is worth it in this case. |
Resolved |
Instead of
new Token(() => value)
, since the use case for using lazy evaluation is only for synthesis, maybe what we can do is actually provide a method inConstruct
, which will also give us the ability to associate the token with the construct:See #712 (comment)
The text was updated successfully, but these errors were encountered: