X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FintroductionTactics.ml;h=6bf8ab6c1e37d339c37ac5afaef982fe148c3ea1;hb=9b8a57ace85bca07520ba9434e67051d86e492f6;hp=f6283cf680644e6bb9db6413d1d3bf746a7fe816;hpb=655906d74521fa49de332f54ec34bfc9d9744151;p=helm.git diff --git a/helm/ocaml/tactics/introductionTactics.ml b/helm/ocaml/tactics/introductionTactics.ml index f6283cf68..6bf8ab6c1 100644 --- a/helm/ocaml/tactics/introductionTactics.ml +++ b/helm/ocaml/tactics/introductionTactics.ml @@ -35,7 +35,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)