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

Remove the double contract application introduced in #1194 #1625

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

vkleen
Copy link
Contributor

@vkleen vkleen commented Sep 22, 2023

Because of #1228 we syntactically forbid contracts from containing free type variables. This was implemented in #1271 and #1272. As a result, the double contract application in #1194 became dead code. This PR removes the %dualize% primop, the dualize field in Label and the double application logic when constructing recursive environments for records.

Because of #1228 we syntactically forbid contracts from containing free
type variables. This was implemented in #1271 and #1272. As a result,
the double contract application in #1194 became dead code. This PR
removes the `%dualize%` primop, the `dualize` field in `Label` and the
double application logic when constructing recursive environments for
records.
@vkleen vkleen requested a review from yannham September 22, 2023 12:22
@github-actions github-actions bot temporarily deployed to pull request September 22, 2023 12:27 Inactive
@vkleen vkleen added this pull request to the merge queue Sep 22, 2023
Merged via the queue into master with commit f3d7430 Sep 22, 2023
5 checks passed
@vkleen vkleen deleted the fix/remove-double-contracts branch September 22, 2023 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants