6 lines
93 B
Text
6 lines
93 B
Text
import logic
|
|
open tactic
|
|
|
|
definition mytac := apply @and.intro; apply @eq.refl
|
|
|
|
check @mytac
|