]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/introductionTactics.ml
compose tactic restore and added nocomposites keyword
[helm.git] / components / tactics / introductionTactics.ml
index 9ed3647c1306370a3aa3096f5489ffab81c15828..d8caf933ba5e986f6b67b65ac6ff154a65cf1dd7 100644 (file)
@@ -28,7 +28,7 @@
 let fake_constructor_tac ~n (proof, goal) =
   let module C = Cic in
   let module R = CicReduction in
-   let (_,metasenv,_,_) = proof in
+   let (_,metasenv,_subst,_,_, _) = proof in
     let metano,context,ty = CicUtil.lookup_meta goal metasenv in
      match (R.whd context ty) with
         (C.MutInd (uri, typeno, exp_named_subst))