We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
relayId
The text was updated successfully, but these errors were encountered:
Are you trying to extend HasId and other typeclasses? You shouldn't be doing that.
Sorry, something went wrong.
I needed a higher level HasId notion, the project is on the back burner now.
No branches or pull requests
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
?The text was updated successfully, but these errors were encountered: