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
Hi!
Section 1.7 of Programming with Cryptol says "Nested projections are also supported." and proceeds to give an exercise which fails on version 2.9.1:
Cryptol> ((1, 2), False, (3-1, (4, True))).2.1 Parse error at <interactive>:1:35, unexpected: 2.1
I acknowledge that pattern-matching is a nicer way to do it anyway; but for a textbook exercise, it'd be cool to stay not broken.
The text was updated successfully, but these errors were encountered:
Duplicate of #876.
Sorry, something went wrong.
No branches or pull requests
Hi!
Section 1.7 of Programming with Cryptol says "Nested projections are also supported." and proceeds to give an exercise which fails on version 2.9.1:
I acknowledge that pattern-matching is a nicer way to do it anyway; but for a textbook exercise, it'd be cool to stay not broken.
The text was updated successfully, but these errors were encountered: