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

Fix Type Checking + Type Declaration Bugs with ADTs #243

Merged
merged 3 commits into from
May 11, 2024
Merged

Fix Type Checking + Type Declaration Bugs with ADTs #243

merged 3 commits into from
May 11, 2024

Conversation

FedericoAureliano
Copy link
Contributor

This is the fix for #242 (the example there has been added as test-adt-23). We want to recursively simplify the types of selectors unless the selector type is the algebraic data type that we are currently simplifying.

@adwait adwait changed the title Fix Type Checking Bug with ADTs Fix Type Checking + Type Declaration Bugs with ADTs May 11, 2024
@adwait
Copy link
Contributor

adwait commented May 11, 2024

This PR now also fixes issue #245.

@adwait adwait merged commit a4c5f77 into master May 11, 2024
2 checks passed
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