Skip to content

Commit e7f088e

Browse files
Sporarumtgodzik
authored andcommitted
Move type-projection file
This commit only exists to avoid git being confused, it is not independent of the following commit !
1 parent d1877e4 commit e7f088e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/reference/dropped-features/type-projection.md renamed to docs/_docs/reference/changed-features/type-projection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and `A` names a type member of `T`.
99

1010
Scala 3 disallows this if `T` is an abstract type (class types and type aliases
1111
are fine). This change was made because unrestricted type projection
12-
is [unsound](https://github.com/lampepfl/dotty/issues/1050).
12+
is [unsound](https://github.com/scala/scala3/issues/1050).
1313

1414
This restriction rules out the [type-level encoding of a combinator
1515
calculus](https://michid.wordpress.com/2010/01/29/scala-type-level-encoding-of-the-ski-calculus/).

0 commit comments

Comments
 (0)