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

Scala Core: make proper use of implicits #275

Closed
chuwy opened this issue Nov 1, 2017 · 1 comment
Closed

Scala Core: make proper use of implicits #275

chuwy opened this issue Nov 1, 2017 · 1 comment
Assignees

Comments

@chuwy
Copy link
Contributor

chuwy commented Nov 1, 2017

Right now users of type classes needs to declare type-classes implicit themselves which makes it almost pointless and very cumbersome.

Type-class instances need to be:

  • Declared implicit in Scala Core
  • Moved to dedicated package iglu.core.implicits as per modern scala practice

This should be implemented last in Scala Core 0.2.0.

@chuwy chuwy added this to the Release 7 Stamp TBC milestone Nov 1, 2017
@oguzhanunlu oguzhanunlu mentioned this issue Dec 11, 2017
32 tasks
@chuwy
Copy link
Contributor Author

chuwy commented Dec 12, 2017

Implemented as part of #147

@chuwy chuwy closed this as completed Dec 12, 2017
@chuwy chuwy removed this from the Release 7 Adrianople milestone Dec 12, 2017
@chuwy chuwy self-assigned this Dec 12, 2017
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