]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/nCicParamod.ml
New functorialization: paramod is abstracted over a Orderings.Blob, that is like...
[helm.git] / helm / software / components / ng_paramodulation / nCicParamod.ml
index 79ea569a2927a82af9c6d2c828a8fe92d23de55d..be7e140f3521749ba5e5bd86090e31617fb6203c 100644 (file)
@@ -19,9 +19,9 @@ let nparamod rdb metasenv subst context t table =
       let context = context
     end
   in
-  let module B : Terms.Blob 
+  let module B : Orderings.Blob 
       with type t = NCic.term and type input = NCic.term 
-    = NCicBlob.NCicBlob(C) 
+    = Orderings.NRKBO(NCicBlob.NCicBlob(C))
   in
   let module P = Paramod.Paramod(B) in
   let module Pp = Pp.Pp(B) in