From: Enrico Tassi Date: Wed, 28 Jul 2010 16:43:39 +0000 (+0000) Subject: allows auto before eq is defined X-Git-Tag: make_still_working~2858 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=896dbb726688866298fd7bbea98e3d7d0391bc75;p=helm.git allows auto before eq is defined --- diff --git a/helm/software/components/ng_tactics/nnAuto.ml b/helm/software/components/ng_tactics/nnAuto.ml index c1b5c302f..344e7535c 100644 --- a/helm/software/components/ng_tactics/nnAuto.ml +++ b/helm/software/components/ng_tactics/nnAuto.ml @@ -578,6 +578,8 @@ let smart_apply t unit_eq status g = debug_print(lazy("goal " ^ (NCicPp.ppterm ctx [] [] jty))); fast_eq_check unit_eq status j with + | NCicEnvironment.ObjectNotFound s as e -> + raise (Error (lazy "eq_coerc non yet defined",Some e)) | Error _ as e -> debug_print (lazy "error"); raise e let smart_apply_tac t s =