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

Mention that Scala allows infix notation for a higher-kinded type with two type parameters #34

Open
pleira opened this issue Sep 18, 2015 · 1 comment

Comments

@pleira
Copy link

pleira commented Sep 18, 2015

Comment the fact that Scala allows infix notation for higher-kinded type with two type parameters. That is, you can name the higher kinded type as an infix type operator.

type +[A,B] = Pair[A,B]
val pairlist:List[String + Int]
@ktoso
Copy link
Owner

ktoso commented Sep 18, 2015

Thanks for reporting!

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