Skip to content

Instantly share code, notes, and snippets.

@ronenlh
Created May 11, 2026 06:42
Show Gist options
  • Select an option

  • Save ronenlh/f442b77c5d41bb7d6969e1a8e18293a4 to your computer and use it in GitHub Desktop.

Select an option

Save ronenlh/f442b77c5d41bb7d6969e1a8e18293a4 to your computer and use it in GitHub Desktop.
-- 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