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

unapplySeq in Chain (issue #2960) #2990

Merged

Conversation

vasiliybondarenko
Copy link
Contributor

Added unapplySeq to Chain and ==: object to allow pattern match Chain in list like manner:

Chain(1, 2, 3) match {
      case Chain(a, b, c) => 
}

Chain(1, 2, 3) match {
      case h ==: t => 
}

Copy link
Contributor

@kailuowang kailuowang left a comment

Choose a reason for hiding this comment

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

Thanks!

@kailuowang kailuowang merged commit 3cf3366 into typelevel:master Aug 15, 2019
@travisbrown travisbrown added this to the 2.0-RC2 milestone Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants