Skip to content
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

fix: Typos and truncated code snippet in standard libraries blog #31

Merged
merged 2 commits into from
Jan 12, 2024

Conversation

robin-aws
Copy link
Member

The truncated code snippet was due to the inline-dafny implementation only understanding source files where the code is contained in an explicit module, since it assumes any line that is literally "}\n" is the end of a module and hence the terminator for the snippet. I indented all of the manual snippets to align with the corrected one at the end.

Also corrected a couple of typos and included the sample input (thanks @stefan-aws!)

@robin-aws robin-aws merged commit 850802b into main Jan 12, 2024
1 check passed
@robin-aws robin-aws deleted the standard-libraries-fixes branch January 12, 2024 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants