]> matita.cs.unibo.it Git - helm.git/commitdiff
Commented an assertion.
authorAndrea Asperti <andrea.asperti@unibo.it>
Mon, 27 Nov 2006 12:52:53 +0000 (12:52 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Mon, 27 Nov 2006 12:52:53 +0000 (12:52 +0000)
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