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 Nothing is causing terrible errors:
Nothing
https://github.com/ambiata/projector/blob/5bdb3711a37c54d2588735366ae8da7f53b33f58/projector-core/src/Projector/Core/Check.hs#L121
The interface to the type checker needs to be changed. Suggest changing Map Name Type to Map Name (a, Type) and following the type errors.
Map Name Type
Map Name (a, Type)
The text was updated successfully, but these errors were encountered:
Associated issue here #239
Sorry, something went wrong.
No branches or pull requests
This
Nothing
is causing terrible errors:https://github.com/ambiata/projector/blob/5bdb3711a37c54d2588735366ae8da7f53b33f58/projector-core/src/Projector/Core/Check.hs#L121
The interface to the type checker needs to be changed. Suggest changing
Map Name Type
toMap Name (a, Type)
and following the type errors.The text was updated successfully, but these errors were encountered: