Add missing theorems and solutions to C02 S01#279
Open
gaearon wants to merge 1 commit intoavigad:masterfrom
Open
Add missing theorems and solutions to C02 S01#279gaearon wants to merge 1 commit intoavigad:masterfrom
gaearon wants to merge 1 commit intoavigad:masterfrom
Conversation
gaearon
commented
Feb 1, 2025
| #check add_mul a b c | ||
| #check add_sub a b c | ||
| #check sub_add a b c | ||
| #check sub_self a |
Author
There was a problem hiding this comment.
If these are unnecessary, it would be nice to still get the second half merged (with the edits that prove they're unnecessary :)
gaearon
commented
Feb 1, 2025
|
|
||
| end | ||
|
|
||
| -- SOLUTIONS: |
Author
There was a problem hiding this comment.
This is my guess at the syntax, so pls don't merge without testing that I didn't bork the page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There's two problems, as reported here and here:
This PR attempts to fix both issues.
Note I have not verified the book itself compiles locally so the syntax for including solutions (the
-- SOLUTIONS:thing) is my best guess based on the format used earlier in the file.Thanks for consideration!