]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/introductionTactics.ml
removed no longer used METAs
[helm.git] / helm / ocaml / tactics / introductionTactics.ml
index f6283cf680644e6bb9db6413d1d3bf746a7fe816..9ed3647c1306370a3aa3096f5489ffab81c15828 100644 (file)
@@ -23,6 +23,8 @@
  * http://cs.unibo.it/helm/.
  *)
 
+(* $Id$ *)
+
 let fake_constructor_tac ~n (proof, goal) =
   let module C = Cic in
   let module R = CicReduction in
@@ -35,7 +37,7 @@ let fake_constructor_tac ~n (proof, goal) =
           PrimitiveTactics.apply_tac 
            ~term: (C.MutConstruct (uri, typeno, n, exp_named_subst)))
            (proof, goal)
-      | _ -> raise (ProofEngineTypes.Fail "Constructor: failed")
+      | _ -> raise (ProofEngineTypes.Fail (lazy "Constructor: failed"))
 ;;
 
 let constructor_tac ~n = ProofEngineTypes.mk_tactic (fake_constructor_tac ~n)