-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update documentation on Variance Laws for Match Types #8702
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
Comments
iamrecursion
added a commit
to iamrecursion/dotty
that referenced
this issue
Apr 10, 2020
1. Fix a few spelling and grammar errors in the match types documentation. 2. Add a comment reflecting the work to be done as part of scala#8702 so readers of the documentation do not gain a mistaken understanding of the variance rules for Match Types. Review by @OlivierBlanvillain
iamrecursion
added a commit
to iamrecursion/dotty
that referenced
this issue
Apr 10, 2020
1. Fix a few spelling and grammar errors in the match types documentation. 2. Add a comment reflecting the work to be done as part of scala#8702 so readers of the documentation do not gain a mistaken understanding of the variance rules for Match Types. 3. Wraps lines at 80 characters to enable much easier reading of the documentation in its source form. Review by @OlivierBlanvillain
iamrecursion
added a commit
to iamrecursion/dotty
that referenced
this issue
Apr 16, 2020
1. Fix a few spelling and grammar errors in the match types documentation. 2. Add a comment reflecting the work to be done as part of scala#8702 so readers of the documentation do not gain a mistaken understanding of the variance rules for Match Types. 3. Wraps lines at 80 characters to enable much easier reading of the documentation in its source form. Review by @OlivierBlanvillain
OlivierBlanvillain
added a commit
to dotty-staging/dotty
that referenced
this issue
Sep 28, 2021
The added test case details the current state, which we only very briefly summarized in the documentation.
OlivierBlanvillain
added a commit
to dotty-staging/dotty
that referenced
this issue
Sep 28, 2021
The added test case shows how the current implementation handles variance of match types. This PR updates the correponding documentation which was outdated.
OlivierBlanvillain
added a commit
to dotty-staging/dotty
that referenced
this issue
Sep 28, 2021
The added test case shows how the current implementation handles variance of match types. This PR updates the correponding documentation which was outdated.
OlivierBlanvillain
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 13, 2021
The added test case shows how the current implementation handles variance of match types. This PR updates the correponding documentation which was outdated.
danicheg
pushed a commit
to danicheg/dotty
that referenced
this issue
Oct 21, 2021
The added test case shows how the current implementation handles variance of match types. This PR updates the correponding documentation which was outdated.
olsdavis
pushed a commit
to olsdavis/dotty
that referenced
this issue
Apr 4, 2022
The added test case shows how the current implementation handles variance of match types. This PR updates the correponding documentation which was outdated.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current documentation doesn't reflect the implementation, for instance, type parameters in pattern position are invariant and not contravarant.
The text was updated successfully, but these errors were encountered: