Replies: 4 comments 1 reply
-
Hints: Don't forget that you can use holes, especially in their shortened |
Beta Was this translation helpful? Give feedback.
-
Two easy ones. Hints: Try the one with |
Beta Was this translation helpful? Give feedback.
-
This one is a variant of double modus ponens, and is related to the "hypothetical syllogism", which is why it's called |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
This is a thread for those who that have already worked through
THEOREMS.md
and 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
base
yet, please send us a PR if you solve one of them.Beta Was this translation helpful? Give feedback.
All reactions