X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FproofEngineTypes.ml;h=e90e438071a408f82d7bca335312334f674d91eb;hb=8aaf525856e25bcd8f355e505fd00f45c62bc18f;hp=8d1def22ebd7bd360df377967a3bd85885fd0355;hpb=728734356fbb8f3d66fb022c8a97b464f8893be8;p=helm.git diff --git a/helm/ocaml/tactics/proofEngineTypes.ml b/helm/ocaml/tactics/proofEngineTypes.ml index 8d1def22e..e90e43807 100644 --- a/helm/ocaml/tactics/proofEngineTypes.ml +++ b/helm/ocaml/tactics/proofEngineTypes.ml @@ -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 =