lean2/tests/lean/run/bug5.lean
Leonardo de Moura d998bf9300 test(tests/lean/run): add some 'lost' tests
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-07-23 08:22:53 -07:00

4 lines
92 B
Text

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