]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/negationTactics.ml
compose tactic restore and added nocomposites keyword
[helm.git] / components / tactics / negationTactics.ml
index c973d75f4706d20754266f4c8df2facd686b9ebe..fb904bf361df7025b2203cd615133dce4885d0b1 100644 (file)
@@ -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