]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/auto.ml
- tactics:
[helm.git] / components / tactics / auto.ml
index 5f110bc4c39030d22f6f051525c097ba00391fa0..65087f8cbd14571035e856d22ecf389254098714 100644 (file)
@@ -452,7 +452,7 @@ let new_metasenv_and_unify_and_t
   ProofEngineTypes.apply_tactic
     (EqualityTactics.rewrite_tac ~direction:`RightToLeft
       ~pattern:(ProofEngineTypes.conclusion_pattern None) 
-        (Cic.Meta(newmeta,irl)))
+        (Cic.Meta(newmeta,irl)) [])
    (proof'',goal)
  in
  let goal = match goals with [g] -> g | _ -> assert false in