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

add more tests for monomorphization #680

Merged
merged 1 commit into from
Jan 12, 2023

Conversation

gauravpartha
Copy link
Collaborator

@gauravpartha gauravpartha commented Jan 12, 2023

This pull requests adds some more tests for the monomorphization of polymorphic maps and universal type quantification. One of the tests is regarding the liberal typing rule for equality (a == b type checks in Boogie even in cases where a and b may not have the same identical type as long as there is some instantiation of the free type variables that result in the same type). One test is on polymorphic lambdas. One test is on polymorphic maps.

Copy link
Contributor

@shazqadeer shazqadeer left a comment

Choose a reason for hiding this comment

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

Thanks for the examples.

@shazqadeer shazqadeer merged commit 40d6c94 into master Jan 12, 2023
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.

None yet

2 participants