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 71790bc commit 3bb33a9Copy full SHA for 3bb33a9
docs/docs/reference/type-lambdas-spec.md
@@ -51,7 +51,7 @@ Then `TL1 <: TL2`, if
51
Here we have relied on alpha renaming to bring match the two bound types `X`.
52
53
A partially applied type constructor such as `List` is assumed to be equivalent to
54
-its eta expansion. I.e, `List = `[+X] => List[X]`. This allows type constructors
+its eta expansion. I.e, `List = [+X] => List[X]`. This allows type constructors
55
to be compared with type lambdas.
56
57
## Relationship with Parameterized Type Definitions
0 commit comments