8 lines
266 B
Text
8 lines
266 B
Text
|
Variables p q r : Bool
|
||
|
|
||
|
Theorem T1 : p => p /\ q => r => q /\ r /\ p := _.
|
||
|
apply (** return REPEAT(ORELSE(imp_tactic(), conj_tactic(), conj_hyp_tactic(), assumption_tactic())) **)
|
||
|
done
|
||
|
|
||
|
(* Display proof term generated by previous tactic *)
|
||
|
Show Environment 1
|