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

identifiable typeclass collides with HasId type class. #24

Open
hsyed opened this issue Jul 3, 2017 · 2 comments
Open

identifiable typeclass collides with HasId type class. #24

hsyed opened this issue Jul 3, 2017 · 2 comments
Labels

Comments

@hsyed
Copy link

hsyed commented Jul 3, 2017

both have id(value: T) methods that differ only on return type. This causes problems in constructing a type class hierarchy.

Could the id on identifiable be renamed to something else ? maybe relayId ?

@macalinao
Copy link

macalinao commented Aug 6, 2017

Are you trying to extend HasId and other typeclasses? You shouldn't be doing that.

@hsyed
Copy link
Author

hsyed commented Sep 27, 2017

I needed a higher level HasId notion, the project is on the back burner now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants