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

Allow tuple destructuring with type variables #242

Closed
wants to merge 1 commit into from

Conversation

seanmcl
Copy link
Collaborator

@seanmcl seanmcl commented May 31, 2019

Really fixes #239

The previous fix (d106ef8) missed a conditional branch.
Test cases are coming in another PR.

Fixes dafny-lang#239

The previous fix (d106ef) missed a conditional branch.
@seanmcl
Copy link
Collaborator Author

seanmcl commented Jun 5, 2019

This change breaks wildcard matching. Need to add some unit tests for that.

@seanmcl seanmcl closed this Jun 5, 2019
@seanmcl seanmcl deleted the sm/tuples2 branch June 5, 2019 22:01
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.

Type variables in tuples crash Dafny
1 participant