lean4-htt/tests/lean/simpcfg.lean
Leonardo de Moura 04b7924154 chore: fix tests
2021-09-16 10:29:38 -07:00

6 lines
187 B
Text

theorem ex6 (f : Nat → Nat) (x y z : Nat) (h : (x, z).1 = (fun x => x) y) : f x = f y := by
simp (config := { beta := false }) at h
trace_state
simp at h
trace_state
simp [h]