Replies: 4 comments 1 reply
Hints: Don't forget that you can use holes, especially in their shortened |
Two easy ones. Hints: Try the one with |
This one is a variant of double modus ponens, and is related to the "hypothetical syllogism", which is why it's called |
Hint: Just because there's only one constructor of a datatype, doesn't mean you can skip the usual way of eliminating (destructuring or deconstructing) it. Also, don't forget to provide the type holes when introducing (restructuring or constructing) it again. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This is a thread for those who that have already worked through
THEOREMS.mdand want more problems to practice their skills. All the problems have solutions insidebase(thanks @Eloitor!). If you got stuck at any point while trying to solve them please share your experience here so that we can improve it to all users 🙂Natural numbers
Lists
Most of these aren't in
baseyet, please send us a PR if you solve one of them.All reactions