Skip to content

Commit 47223c0

Browse files
authored
Merge pull request #8 from tegonal/doc-type-lambda-intro
doc(type-lamba): remove superfluous `construct`
2 parents 1b3d830 + b7616ae commit 47223c0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/docs/reference/new-types/type-lambdas.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ a type definition.
1010
[X, Y] =>> Map[Y, X]
1111
```
1212

13-
For instance, the type above defines a binary type constructor, which
14-
constructor maps arguments `X` and `Y` to `Map[Y, X]`. Type parameters
15-
of type lambdas can have bounds but they cannot carry `+` or `-` variance
16-
annotations.
13+
For instance, the type above defines a binary type constructor, which maps arguments `X` and `Y` to `Map[Y, X]`.
14+
Type parameters of type lambdas can have bounds but they cannot carry `+` or `-` variance annotations.
1715

1816
[More details](./type-lambdas-spec.md)

0 commit comments

Comments
 (0)