-
Notifications
You must be signed in to change notification settings - Fork 476
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
Add a Lazy
type that compiles to delay/force
#5908
Labels
Comments
I think this can be done with some simple library code:
|
And I'd prefer if we called it |
Probably the type instantiation should be at a builtin type, so we don't hold on to the unit type definition if we don't need it. |
michaelpj
added a commit
that referenced
this issue
Apr 17, 2024
Fixes #5908. Unsure where to put this, it could go in its own module I guess.
Unisay
added
status: triaged
Internal
and removed
status: needs triage
GH issues that requires triage
labels
Apr 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature you'd like
See this comment from Roman: https://github.com/IntersectMBO/plutus/pull/5901/files#r1563932610
Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: