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
#1363
In the following example, Cryptol complains that Type not in scope: C on the line with type constraint (C n).
Type not in scope: C
type constraint (C n)
module Lib where type constraint C m = 0 <= m parameter type n : # type constraint (C n)
The text was updated successfully, but these errors were encountered:
Actually, this is because anonymous modules don't have the surrounding module in scope.
Sorry, something went wrong.
No branches or pull requests
#1363
In the following example, Cryptol complains that
Type not in scope: C
on the line withtype constraint (C n)
.The text was updated successfully, but these errors were encountered: