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

Check type parameters when checking if types are equal #162

Merged
merged 1 commit into from
Jan 16, 2018

Conversation

jamesbornholt
Copy link
Collaborator

@jamesbornholt jamesbornholt commented Jan 16, 2018

Previously two collection types were considered equal if they were the
same type of collection, even if they had different type parameters.
This caused a missing error message and compilation errors if two
datatype destructors shared a name.

Fixes #161 and passes the test suite.

Previously two collection types were considered equal if they were the
same type of collection, even if they had different type parameters.
This caused a missing error message and compilation errors if two
datatype destructors shared a name.

Fixes dafny-lang#161.
@RustanLeino RustanLeino merged commit 1291b47 into dafny-lang:master Jan 16, 2018
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