]> matita.cs.unibo.it Git - helm.git/commitdiff
got rid of ~status label
authorStefano Zacchiroli <zack@upsilon.cc>
Tue, 20 Apr 2004 17:00:27 +0000 (17:00 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Tue, 20 Apr 2004 17:00:27 +0000 (17:00 +0000)
helm/gTopLevel/proofEngine.ml

index 1d6ce4f203dc6d9a6211e808056ff9c3513b2a09..20863f1a9e366558b694e9483484b2ee279e5509 100644 (file)
@@ -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