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

[type system] relation between query parameters and results #30

Open
ksallberg opened this issue May 26, 2018 · 0 comments
Open

[type system] relation between query parameters and results #30

ksallberg opened this issue May 26, 2018 · 0 comments
Labels
large Conceptual issue

Comments

@ksallberg
Copy link
Collaborator

Currently, (in the batch queries, since they are the only ones supporting parameters) it is possible for the code to return resulting data structures that have nothing to do with the parameters given.

I would like the type system to know about the relation between input parameters and output data structures. Perhaps using type families?

@ksallberg ksallberg added the large Conceptual issue label May 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
large Conceptual issue
Projects
None yet
Development

No branches or pull requests

1 participant