lean4-htt/tests/lean/simpcfg.lean.expected.out
2021-01-01 15:12:18 -08:00

8 lines
129 B
Text

f : Nat → Nat
x y z : Nat
h : x = (fun (x_1 : Nat) => x_1) y
⊢ f x = f y
f : Nat → Nat
x y z : Nat
h : x = y
⊢ f x = f y