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

4 lines
100 B
Text

open tactic
example (a b c d : nat) : a = b → b = c → d = c → a = d :=
by intros; subst_vars