-
Notifications
You must be signed in to change notification settings - Fork 152
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
Adding lesson on basic proofs #2699
Conversation
@PetarMax should we name the examples according to the |
Yes, please, that naming convention should probably be respected. |
Done. However, I think we should put the whole listings in as opposed to asking the reader to add definitions into the modules (and use |
I'd prefer not to to present the entire file at once, because then I'd have to refer the reader back. Like this, it's all inlined in the text. Alternatively, the lesson itself could be the file, given literate programming. Perhaps that's the way to go? |
See commands.sh for examples of how the tutorial's literate definitions are compiled in CI. You want each |
Introducing Lesson 22 on basic proofs, using examples from the 0-to-K tutorial