lean2/tests/lean/run/tac1.lean

7 lines
97 B
Text
Raw Normal View History

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