]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/paramodulation/founif.ml
Commented an assertion.
[helm.git] / components / tactics / paramodulation / founif.ml
index ac80099b06b3602b3905330949f37cbd37896994..2a9de5ffa8c2d74440dbd2551debdf09ba499ce1 100644 (file)
@@ -106,9 +106,7 @@ let unification_simple locked_menv metasenv context t1 t2 ugraph =
     | C.Meta (i, l), t -> (
         try
           let _, _, ty = CicUtil.lookup_meta i menv in
-          assert (not (Subst.is_in_subst i subst));
           let subst = Subst.buildsubst i context t ty subst in
-          let menv = menv in (* List.filter (fun (m, _, _) -> i <> m) menv in *)
           subst, menv
         with CicUtil.Meta_not_found m ->
           let names = names_of_context context in