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.
2 parents 8f2fa50 + ede0f4c commit b257579Copy full SHA for b257579
docs/docs/reference/new-types/type-lambdas.md
@@ -10,7 +10,7 @@ a type definition.
10
11
For instance, the type above defines a binary type constructor, with a
12
covariant parameter `X` and a non-variant parameter `Y`. The
13
-constructor maps arguments `S` and `T` to `Map[T, S]`. Type parameters
+constructor maps arguments `X` and `Y` to `Map[Y, X]`. Type parameters
14
of type lambdas can have variances and bounds. A parameterized type
15
definition or declaration such as
16
@@ -21,4 +21,4 @@ right-hand side:
21
22
type T = [X] => (X, X)
23
24
-[More details](./type-lambdas-spec.html)
+[More details](./type-lambdas-spec.html)
0 commit comments