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

Validation of input array types #10

Open
clord opened this issue Apr 15, 2016 · 1 comment
Open

Validation of input array types #10

clord opened this issue Apr 15, 2016 · 1 comment
Labels

Comments

@clord
Copy link
Member

clord commented Apr 15, 2016

Toml requires arrays to be monomorphic lists. Since we parse to an ADT, we'll have to zip through lists and validate they are all the same type. GADTs might work too?

@clord clord added bug testcase and removed bug labels Apr 15, 2016
@pbrisbin
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants