Skip to content
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

Eager evaluation of Constr arguments #1513

Merged
merged 3 commits into from
Sep 5, 2022
Merged

Eager evaluation of Constr arguments #1513

merged 3 commits into from
Sep 5, 2022

Conversation

lukaszcz
Copy link
Collaborator

@lukaszcz lukaszcz commented Sep 5, 2022

Description

Constructor arguments were evaluated lazily by mistake. The PR fixes this, switching to the indended eager evaluation.

@lukaszcz lukaszcz added this to the 0.2.5 milestone Sep 5, 2022
@lukaszcz lukaszcz self-assigned this Sep 5, 2022
@lukaszcz lukaszcz added the core Related to JuvixCore label Sep 5, 2022
paulcadman
paulcadman previously approved these changes Sep 5, 2022
Copy link
Collaborator

@paulcadman paulcadman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made a couple of minor suggestions, feel free to ignore.

src/Juvix/Prelude/Base.hs Show resolved Hide resolved
src/Juvix/Prelude/Base.hs Show resolved Hide resolved
@lukaszcz lukaszcz merged commit d64cf13 into main Sep 5, 2022
@lukaszcz lukaszcz deleted the core-eager-constr branch September 5, 2022 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Related to JuvixCore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants