X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2Fsuperposition.ml;h=f86d4d36e77bd0bf67b0319a795e7bc0f5a0b52f;hb=2bcf927f58bac034b8758173cdbd16cb7475de36;hp=1a588043409a66b5f40b07014885accfe653b4a1;hpb=d807d5e4fa129504669f775f4f832a1a7eb920a0;p=helm.git diff --git a/helm/software/components/ng_paramodulation/superposition.ml b/helm/software/components/ng_paramodulation/superposition.ml index 1a5880434..f86d4d36e 100644 --- a/helm/software/components/ng_paramodulation/superposition.ml +++ b/helm/software/components/ng_paramodulation/superposition.ml @@ -11,12 +11,12 @@ (* $Id: index.mli 9822 2009-06-03 15:37:06Z tassi $ *) -module Superposition (B : Terms.Blob) = +module Superposition (B : Orderings.Blob) = struct module IDX = Index.Index(B) module Unif = FoUnif.Founif(B) module Subst = FoSubst - module Order = Orderings.Orderings(B) + module Order = B module Utils = FoUtils.Utils(B) module Pp = Pp.Pp(B)