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

Renormalize data types properly #511

Merged
merged 1 commit into from
Dec 27, 2024
Merged

Conversation

msprotz
Copy link
Contributor

@msprotz msprotz commented Dec 27, 2024

From the diff:

We need to renormalize entries in the data type monomorphization map for the Checker module. For
instance, the map might contain t (u v) -> t0 and u v -> u0, but at this stage, we will have a type error when trying to compare t (u v) and t u0, since the latter does not appear in the map.

This fixes AeneasVerif/eurydice#100

@msprotz msprotz enabled auto-merge December 27, 2024 19:02
@msprotz msprotz merged commit f82ecfe into master Dec 27, 2024
2 checks passed
@msprotz msprotz deleted the protz_renormalize_data_types branch December 27, 2024 19:02
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.

Subtype mismatch
1 participant