lean2/tests/lean/run/bug5.lean

5 lines
92 B
Text
Raw Normal View History

import standard
theorem symm2 {A : Type} {a b : A} (H : a = b) : b = a
:= subst H (refl a)