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

7 lines
138 B
Text

open tactic
example (a b c : nat) (H1 : a = b) (H2 : b = c) : a = c :=
by do
refine ```(eq.trans H1 _),
trace_state,
assumption