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

Revert "Allow type variables in tuples" #249

Merged
merged 1 commit into from
Jun 5, 2019

Conversation

seanmcl
Copy link
Collaborator

@seanmcl seanmcl commented Jun 5, 2019

This reverts commit d106ef8.

The change breaks wildcard matching, such that even simple
programs like

module Foo {
  datatype t = A
  function method f(x: t): bool {
    match x
      case _ => true
  }
}

fail.

This reverts commit d106ef8.

The change breaks wildcard matching, such that even simple
programs like

module Foo {
  datatype t = A
  function method f(x: t): bool {
    match x
      case _ => true
  }
}

fail.
@mschlaipfer mschlaipfer merged commit 9f7abb3 into dafny-lang:master Jun 5, 2019
@seanmcl seanmcl deleted the sm/revert branch June 19, 2019 21:27
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