2014-01-05 10:32:47 -08:00
|
|
|
(* import("tactic.lua") *)
|
2014-01-09 08:33:52 -08:00
|
|
|
set_option tactic::proof_state::goal_names true.
|
2014-01-08 00:38:39 -08:00
|
|
|
theorem T (a : Bool) : a → a /\ a.
|
2014-01-09 08:33:52 -08:00
|
|
|
apply and_intro.
|
2013-12-26 15:54:53 -08:00
|
|
|
exact.
|
2013-12-05 21:18:22 -08:00
|
|
|
done.
|