2014-01-05 10:32:47 -08:00
|
|
|
(* import("tactic.lua") *)
|
2014-01-05 21:45:31 -08:00
|
|
|
set::option tactic::proof_state::goal_names true.
|
2014-01-05 12:05:08 -08:00
|
|
|
theorem T (a : Bool) : a => a /\ a.
|
2014-01-05 19:10:21 -08:00
|
|
|
apply discharge.
|
|
|
|
apply and::intro.
|
2013-12-26 15:54:53 -08:00
|
|
|
exact.
|
2013-12-05 21:18:22 -08:00
|
|
|
done.
|