2013-12-26 23:54:53 +00:00
|
|
|
(** import("tactic.lua") **)
|
2013-12-19 05:18:45 +00:00
|
|
|
SetOption tactic::proof_state::goal_names true.
|
2013-12-06 05:18:22 +00:00
|
|
|
Theorem T (a : Bool) : a => a /\ a.
|
2013-12-26 23:54:53 +00:00
|
|
|
apply Discharge.
|
2013-12-06 05:18:22 +00:00
|
|
|
apply Conj.
|
2013-12-26 23:54:53 +00:00
|
|
|
exact.
|
2013-12-06 05:18:22 +00:00
|
|
|
done.
|