X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FnegationTactics.ml;h=fb904bf361df7025b2203cd615133dce4885d0b1;hb=79f973c83064520753831b64ddc698676f1802d2;hp=e77fdf4de30269800c4ccf36b084ee2792fcdb30;hpb=61a2faa2694907757dd617175e0144705e79d65a;p=helm.git diff --git a/helm/software/components/tactics/negationTactics.ml b/helm/software/components/tactics/negationTactics.ml index e77fdf4de..fb904bf36 100644 --- a/helm/software/components/tactics/negationTactics.ml +++ b/helm/software/components/tactics/negationTactics.ml @@ -31,7 +31,7 @@ let absurd_tac ~term = let module C = Cic in let module U = UriManager in let module P = PrimitiveTactics in - let _,metasenv,_,_, _ = proof in + let _,metasenv,_subst,_,_, _ = proof in let _,context,ty = CicUtil.lookup_meta goal metasenv in let absurd_URI = match LibraryObjects.absurd_URI () with