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

7 lines
112 B
Text

open tactic
example (a b : nat) : ((a + 1, b).1) = a + 1 :=
by do
dsimp_target,
trace_state,
reflexivity