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

Fix typo in README #16

Merged
merged 1 commit into from Jul 2, 2015
Merged

Fix typo in README #16

merged 1 commit into from Jul 2, 2015

Conversation

ilinum
Copy link
Contributor

@ilinum ilinum commented Jun 29, 2015

Either[Int, ?] is converted into ({type Λ$[β] = Either[Int, β]})#Λ$
It is not equivalent to ({type Λ$[β] = (Int, β)})#Λ$, which is what Tuple2[Int, ?] may be converted to

Either[Int, ?] is converted into ({type Λ$[β] = Either[Int, β]})#Λ$
It is not equivalent to ({type Λ$[β] = (Int, β)})#Λ$, which is what Tuple2[Int, ?] may be converted
@non
Copy link
Contributor

non commented Jul 2, 2015

Good catch! Thanks! 👍

non added a commit that referenced this pull request Jul 2, 2015
@non non merged commit 77e3510 into typelevel:master Jul 2, 2015
@non
Copy link
Contributor

non commented Jul 2, 2015

(Sorry for the late response -- I am on vacation with limited internet time.)

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

Successfully merging this pull request may close these issues.

None yet

2 participants