11 lines
163 B
Text
11 lines
163 B
Text
exit
|
|
import logic
|
|
open tactic
|
|
|
|
definition simple := apply _root_.trivial
|
|
|
|
tactic_hint simple
|
|
|
|
theorem foo : true
|
|
theorem foo2 (a : Prop) : a :
|
|
theorem foo3 : true
|