-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
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
Section 1.6 and 1.7 of Programming in Cryptol Textbook - Edits #875
Comments
Even leaving spaces works. I wonder if this is due to added parsing of floating point numbers?
|
In section 1.8, I have another instance where Cryptol 2.9.0 gives a different result than what the book states. In exercise 1.14, the book's solution states that
This is the result from Cryptol 2.8, but in 2.9, the following error occurs:
|
|
Thanks for pointing these out, I think both of these warrant some changes to Cryptol, so I made separate tickets to track what we decide to do. |
A (potentially?) interesting note: For records, it works fine to write: Meanwhile, |
There are a few errors in sections 1.6: Floating Point Numbers and 1.7: Tuples of the Programming in Cryptol textbook.
The first two, in section 1.6, were just minor typos:
(emphasis added)
The last error was in Exercise 1.7, of section 1.7.
The textbook says that the answers to the last two problems should be as follows:
However, this results in the error message
Extra parentheses are needed in order to make these projections run without errors.
and
respectively.
The text was updated successfully, but these errors were encountered: