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