X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FfoUnif.ml;h=cb3045c1918e9b0c9682e68c939440eb061d5c10;hb=eeffdf0672400325577c1df83e10ad700b223262;hp=427db4f95bfca6c911bb5b1f6d9cf5dd786430ef;hpb=b68e52f889215ce2c21c3d771f59b2d2057d53c1;p=helm.git diff --git a/helm/software/components/ng_paramodulation/foUnif.ml b/helm/software/components/ng_paramodulation/foUnif.ml index 427db4f95..cb3045c19 100644 --- a/helm/software/components/ng_paramodulation/foUnif.ml +++ b/helm/software/components/ng_paramodulation/foUnif.ml @@ -29,7 +29,7 @@ module Founif (B : Orderings.Blob) = struct module Subst = FoSubst module U = FoUtils.Utils(B) - let unification vars locked_vars t1 t2 = + let unification (* vars *) locked_vars t1 t2 = let rec occurs_check subst what where = match where with | Terms.Var i when i = what -> true