projects
/
helm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6fc115
)
got rid of ~status label
author
Stefano Zacchiroli
<zack@upsilon.cc>
Tue, 20 Apr 2004 17:00:27 +0000
(17:00 +0000)
committer
Stefano Zacchiroli
<zack@upsilon.cc>
Tue, 20 Apr 2004 17:00:27 +0000
(17:00 +0000)
helm/gTopLevel/proofEngine.ml
patch
|
blob
|
history
diff --git
a/helm/gTopLevel/proofEngine.ml
b/helm/gTopLevel/proofEngine.ml
index 1d6ce4f203dc6d9a6211e808056ff9c3513b2a09..20863f1a9e366558b694e9483484b2ee279e5509 100644
(file)
--- a/
helm/gTopLevel/proofEngine.ml
+++ b/
helm/gTopLevel/proofEngine.ml
@@
-61,7
+61,7
@@
let apply_tactic ~tactic =
| None,_
| _,None -> assert false
| Some proof', Some goal' ->
- let (newproof, newgoals) = tactic
~status:
(proof', goal') in
+ let (newproof, newgoals) = tactic (proof', goal') in
set_proof (Some newproof);
goal :=
(match newgoals, newproof with