lean4-htt/tests/lean/empty_thm.lean
2016-06-10 18:29:41 -07:00

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