Skip to content

Remove shift from 'X' and 'Y' to 'S' and 'T' as names for type parame… #5934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/reference/new-types/type-lambdas.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ a type definition.

For instance, the type above defines a binary type constructor, with a
covariant parameter `X` and a non-variant parameter `Y`. The
constructor maps arguments `S` and `T` to `Map[T, S]`. Type parameters
constructor maps arguments `X` and `Y` to `Map[Y, X]`. Type parameters
of type lambdas can have variances and bounds. A parameterized type
definition or declaration such as

Expand All @@ -21,4 +21,4 @@ right-hand side:

type T = [X] => (X, X)

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