]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/proofEngineTypes.ml
Added universes handling. The PRE_UNIVERSES tag may help ;)
[helm.git] / helm / ocaml / tactics / proofEngineTypes.ml
index b4992aca3496420c9f1277a50b9065aed36985c5..e90e438071a408f82d7bca335312334f674d91eb 100644 (file)
@@ -64,12 +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 =