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

Commits on Sep 22, 2023

  1. Remove the double contract application introduced in #1194

    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 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    8b610bf View commit details
    Browse the repository at this point in the history