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

Inconsistent use of Seq instead of Collection #7

Closed
exoego opened this issue Jul 5, 2019 · 1 comment
Closed

Inconsistent use of Seq instead of Collection #7

exoego opened this issue Jul 5, 2019 · 1 comment

Comments

@exoego
Copy link
Contributor

exoego commented Jul 5, 2019

The below 2 pages uses type Seq instead of Collection.
https://superruzafa.github.io/visual-scala-reference/isDefinedAt_Seq
https://superruzafa.github.io/visual-scala-reference/isDefinedAt_Map

Is this intended? If so, I would like to know why.
If not intended, it should be corrected.

@superruzafa
Copy link
Owner

It's intended in the sense that IisDefinedAt is defined only for Seq and Map but not Set.
Anyway there is a typo in the documentation where Seq is duplicated in the two documents that I'll fix.

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

2 participants