lean4-htt/old_tests/tests/lean/trace_kabstract.lean
2018-04-10 12:56:55 -07:00

8 lines
157 B
Text

set_option trace.rewrite true
set_option trace.kabstract true
example (f : nat → nat) (a b : nat) (h : f a = a) : f (f a) = a :=
begin
rw h,
rw h
end