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