lean4-htt/tests/lean/run/substVars.lean
2022-05-28 16:19:34 -07:00

3 lines
127 B
Text

example (f : Nat → Nat → Nat) (h₁ : x = 0) (h₂ : y = 0) (h₃ : f 0 0 = 0) : f x y = x := by
subst_vars
assumption