Skip to content
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

Tuple comparable comparable should be ( a, b ) and ( a, b, c ) #4

Open
lue-bird opened this issue Nov 13, 2021 · 0 comments
Open

Tuple comparable comparable should be ( a, b ) and ( a, b, c ) #4

lue-bird opened this issue Nov 13, 2021 · 0 comments

Comments

@lue-bird
Copy link

Under "Answer" in "What are comparable types?":

..., Tuple comparable comparable and ... are comparable types.

Tuple isn't an actual type. I suggest changing it to

..., ( comparableA, comparableB ), ( comparableA, comparableB, comparableC ) tuples and ... are comparable types.

Which also makes it clear that both comparables can be different.

@lue-bird lue-bird changed the title Tuple comparable comparable should ( a, b ) and ( a, b, c ) Tuple comparable comparable should be ( a, b ) and ( a, b, c ) Nov 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant