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

2 lines
81 B
Text

theorem symm2 {A : Type} {a b : A} (H : a = b) : b = a
:= eq.subst H (eq.refl a)