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

New Unif intermediate language #161

Merged
merged 3 commits into from
Dec 16, 2024
Merged

Conversation

ppolesiuk
Copy link
Member

This commit introduces a new Unif intermediate language: it is designed for type inference. Effect inference will be done in the next phase of the compiler and will produce a program in another representation. Currently, TypeInference and ToCore translations are commented-out.

This commit introduces a new Unif intermediate language: it is designed
for type inference. Effect inference will be done in the next phase of
the compiler and will produce a program in another representation.
Currently, TypeInference and ToCore translations are commented-out.
@ppolesiuk ppolesiuk requested a review from forell December 2, 2024 20:46
Copy link
Member

@forell forell left a comment

Choose a reason for hiding this comment

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

I think I spotted a typo in one place, so please verify that and then I believe this PR is ready for merging.

src/Lang/UnifPriv/TypeExpr.ml Outdated Show resolved Hide resolved
@ppolesiuk ppolesiuk merged commit c5a9488 into effect-inference Dec 16, 2024
0 of 2 checks passed
@ppolesiuk ppolesiuk deleted the effect-inference-unif branch December 16, 2024 17:17
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