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
This,
data Query t r where Query_Foo :: Query String Int deriveJSONGADT 'Query_Foo
gives:
tyConArity': Supplied name reified to something other than a data declaration: Neuron.Zettelkasten.Query.Type.Query_Foo
The text was updated successfully, but these errors were encountered:
We should make the task done by tyConArity' use th-abstraction instead, which is important to make this code write instances for data families.
Sorry, something went wrong.
see also, #24
No branches or pull requests
This,
gives:
The text was updated successfully, but these errors were encountered: