lean2/tests/lean/run/tac1.lean

6 lines
93 B
Text

import logic
open tactic
definition mytac := apply @and.intro; apply @eq.refl
check @mytac