]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/proofEngineTypes.ml
support for terms with metas in check
[helm.git] / helm / ocaml / tactics / proofEngineTypes.ml
index 8d1def22ebd7bd360df377967a3bd85885fd0355..e90e438071a408f82d7bca335312334f674d91eb 100644 (file)
@@ -64,10 +64,7 @@ exception Fail of string
     universe graph if the tactic Fails
   *)
 let apply_tactic t status = 
-  let saved_univ = CicUniv.get_working() in
-  try 
-    t status
-  with Fail s -> CicUniv.set_working saved_univ; raise (Fail s)
+  t status
 
   (** constraint: the returned value will always be constructed by Cic.Name **)
 type mk_fresh_name_type =