lean4-htt/tests/lean/run/subst_vars.lean
2017-03-01 15:11:17 -08: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