75621df52b
closes #504
19 lines
No EOL
222 B
Text
19 lines
No EOL
222 B
Text
VISIT proof_state_info3.lean
|
|
SYNC 11
|
|
|
|
|
|
theorem tst (a b c : Prop) : a → b → a ∧ b :=
|
|
begin
|
|
info,
|
|
intros [Ha, Hb],
|
|
info,
|
|
apply and.intro,
|
|
apply Ha,
|
|
apply Hb,
|
|
end
|
|
WAIT
|
|
REPLACE 7
|
|
state,
|
|
SHOW
|
|
WAIT
|
|
INFO 8 17 |