Skip to content

Commit a3ffc2f

Browse files
PR and issue references in the GADT paragraph
1 parent 04865a7 commit a3ffc2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/blog/_posts/2019-05-24-15th-dotty-milestone-release.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ For the migration purposes, the above change will only take effect in Scala 3.1.
150150
For more information, see the [documentation](http://dotty.epfl.ch/docs/reference/changed-features/pattern-bindings.html).
151151

152152
## Further improvements to Generalised Algebraic Data Types (GADTs) support
153-
In this release, we've further improved our support for GADTs. Most notably, we now support variant GADTs:
153+
In this release, we've further improved our support for GADTs. Most notably, we now support variant GADTs, thus fixing [#2985](https://github.com/lampepfl/dotty/issues/2985):
154154

155155
```scala
156156
enum Expr[+T] {
@@ -164,7 +164,7 @@ def eval[T](e: Expr[T]): T = e match {
164164
}
165165
```
166166

167-
We've also plugged a few soundness problems caused by inferring too much when matching on abstract, union and intersection types.
167+
We've also plugged a few soundness problems (e.g. [#5667](https://github.com/lampepfl/dotty/issues/5667)) caused by inferring too much when matching on abstract, union and intersection types. For more information, see PR [#5736](https://github.com/lampepfl/dotty/pull/5736).
168168

169169
## Other changes
170170
Some of the other notable changes include the following:

0 commit comments

Comments
 (0)