-
Notifications
You must be signed in to change notification settings - Fork 23
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
Memoize #394
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic work! Just a few more minor things to address.
Also, be sure to update the PR description to accurately describe the changes here. The PR description will turn into the commit description once we merge this. |
For the Restyled check, go to #395 and click the "Squash + merge" button. |
* Restyled by fourmolu * Restyled by hlint --------- Co-authored-by: Restyled.io <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
In this PR, we:
example/fib.disco
, that demonstrates this automatic memoization as well as some of its limits