-
Notifications
You must be signed in to change notification settings - Fork 157
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
Introduce Incremental Lambda Calculus, tests, and benchmarks #3344
base: master
Are you sure you want to change the base?
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.
exciting stuff! The names are maybe a bit terse, but the ideas are awesome.
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.
Various suggestions.
This is a really good start!
FYI, new cabal target was added, so you need to run |
…the UMap. touches many files
This adds code for the incremental lambda calculus. Data.Incremental. It also adds some property tests and one benchmark to demonstrate we can compute stake and other distributions incrementally.
CHANGELOG.md
for affected packagefourmolu
(usescripts/fourmolize.sh
)scripts/cabal-format.sh
)hie.yaml
has been updated (usescripts/gen-hie.sh
)edit from @JaredCorduan - note that this technique would solve #3034