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
(I hope you will not begin to hate me ...) When doing
make INSTALL_FLAGS='--enable-tests --force-reinstalls --flags="+builtin-arrays"'
in branch master the compiler signals an error:
[46 of 70] Compiling Cogent.TypeCheck.Generator ( src/Cogent/TypeCheck/Generator.hs, dist/dist-sandbox-49115f4a/build/Cogent/TypeCheck/Generator.o ) src/Cogent/TypeCheck/Generator.hs:264:31: error: Data constructor not in scope: F :: TCType -> TCType | 264 | return (mconcat cs <> cz <> F (T $ TArray alpha n) :< F t, ArrayLit es') | ^
The text was updated successfully, but these errors were encountered:
We have reworked the built-in arrays and augmented it with more features. They are still WIP and are therefore not merged to master.
Sorry, something went wrong.
No branches or pull requests
(I hope you will not begin to hate me ...)
When doing
in branch master the compiler signals an error:
The text was updated successfully, but these errors were encountered: