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
Rel8able (Generically1 t)
Hi, i would be cool to additionally to the anyclass deriving mechanism provide an instance for
anyclass
Generically1
>=4.17
That would make it possible to deriving Rel8able via (Generically1 MyType)
deriving Rel8able via (Generically1 MyType)
Thanks in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, i would be cool to additionally to the
anyclass
deriving mechanism provide an instance forGenerically1
as defined in base>=4.17
Generically1
as defined here https://hackage.haskell.org/package/generically-0.1.1/docs/GHC-Generics-Generically.html for older base versionsThat would make it possible to
deriving Rel8able via (Generically1 MyType)
Thanks in advance.
The text was updated successfully, but these errors were encountered: