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 program cannot be compiled with the latest compiler in the master branch.
(: (tuple 42 #f) (Tuple Int))
The text was updated successfully, but these errors were encountered:
Here is another program that we should make sure that the type-checker and runtime rejects.
(ann (vector 1 (tuple 1 #f)) (Vect (Tuple Int)))
Here the contents of the vector have to be invariant with respect to the subtyping relationship.
Sorry, something went wrong.
deyaaeldeen
No branches or pull requests
This program cannot be compiled with the latest compiler in the master branch.
The text was updated successfully, but these errors were encountered: