We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1877e4 commit e7f088eCopy full SHA for e7f088e
docs/_docs/reference/dropped-features/type-projection.md renamed to docs/_docs/reference/changed-features/type-projection.md
@@ -9,7 +9,7 @@ and `A` names a type member of `T`.
9
10
Scala 3 disallows this if `T` is an abstract type (class types and type aliases
11
are fine). This change was made because unrestricted type projection
12
-is [unsound](https://github.com/lampepfl/dotty/issues/1050).
+is [unsound](https://github.com/scala/scala3/issues/1050).
13
14
This restriction rules out the [type-level encoding of a combinator
15
calculus](https://michid.wordpress.com/2010/01/29/scala-type-level-encoding-of-the-ski-calculus/).
0 commit comments