lean2/tests/lean/run/tac1.lean
Leonardo de Moura 653141135d chore(tests/lean): add missing tests
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-09-04 15:04:57 -07:00

6 lines
97 B
Text

import tools.tactic
open tactic
definition mytac := apply @and_intro; apply @refl
check @mytac