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 which meant more parameters were needed and inference bug #60

Merged
merged 5 commits into from
May 27, 2016

Conversation

yilinwei
Copy link
Contributor

#59 introduced a bug which added redundant type parameters on methods.

Fixed an inference issue which stopped methods such as first[A, B, C] working by explicitly adding the method arguments.

@mpilquist
Copy link
Member

👍

@mpilquist mpilquist merged commit 420911f into typelevel:master May 27, 2016
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.

2 participants