]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/proofEngine.ml
got rid of ~status label
[helm.git] / 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