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

Mixed use of symbols in Kind projections #1069

Closed
ghost opened this issue May 28, 2016 · 1 comment
Closed

Mixed use of symbols in Kind projections #1069

ghost opened this issue May 28, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented May 28, 2016

Independent to #993, there is currently a mixed use of Lambda and λ in kind projections. Eg

def compose[G[_, _]](implicit ev: Bifoldable[G]): Bifoldable[Lambda[(A, B) => F[G[A, B], G[A, B]]]]

def compose[G[_]](implicit GG : Applicative[G]): Applicative[λ[α => F[G[α]]]] =

Whatever the chosen convention, it should be applied consistently.

@ghost ghost changed the title Mixed use symbols in Kind projections Mixed use of symbols in Kind projections May 28, 2016
@ceedubs
Copy link
Contributor

ceedubs commented Jun 18, 2016

I think this was fixed by #1079 (and even with a scalastyle rule to make sure we are consistent in the future!), so I'm going to close this out. Please feel free to reopen if I'm missing something.

@ceedubs ceedubs closed this as completed Jun 18, 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

No branches or pull requests

1 participant