]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/nCicParamod.ml
the prover is almost OK, types in fuctors a bit extended to
[helm.git] / helm / software / components / ng_paramodulation / nCicParamod.ml
index 5fe0a34c1c074424ad958dbc1ce7498805df790d..dc346d7c457ba5dab5855e174e674c6028fc1f59 100644 (file)
@@ -19,7 +19,10 @@ let nparamod rdb metasenv subst context t table =
       let context = context
     end
   in
-  let module B = NCicBlob.NCicBlob(C) in
+  let module B : Terms.Blob 
+      with type t = NCic.term and type input = NCic.term 
+    = NCicBlob.NCicBlob(C) 
+  in
   let module P = Paramod.Paramod(B) in
   let bag, maxvar = Terms.M.empty, 0 in
   let (bag,maxvar), passives =