lean4-htt/tests/lean/simpcfg.lean.expected.out
2021-09-07 07:51:43 -07:00

8 lines
117 B
Text

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