Created
May 11, 2026 06:42
-
-
Save ronenlh/f442b77c5d41bb7d6969e1a8e18293a4 to your computer and use it in GitHub Desktop.
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
| -- Lean | |
| example : (P → Q → R) → (P ∧ Q → R) := | |
| fun myFunc myParam => | |
| myFunc myParam.left myParam.right |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment