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

Move to hybrid type class relationship encoding with auto-derivation for intersections #28

Closed
jdegoes opened this issue Mar 25, 2020 · 1 comment
Assignees

Comments

@jdegoes
Copy link
Member

jdegoes commented Mar 25, 2020

It looks like the following will work:

  • Place instances for standard types inside the companion object of the type classes
  • Derive coherent instances for intersections automatically (e.g. Equal[A] with Ord[A] given Equal[A] and Ord[A])

/cc @adamgfraser

@adamgfraser
Copy link
Contributor

I will take this.

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

2 participants