]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/index.mli
Now using lazy strings for debug printings
[helm.git] / helm / software / components / ng_paramodulation / index.mli
index 5d496d9365f58480ac92c15323624cae9d214284..bfed8d533e73dfc9d315c7188d6ae6595154697a 100644 (file)
@@ -11,7 +11,7 @@
 
 (* $Id$ *)
 
-module Index (B : Terms.Blob) : 
+module Index (B : Orderings.Blob) : 
   sig
     module ClauseSet : Set.S with 
       type elt = Terms.direction * B.t Terms.unit_clause
@@ -27,7 +27,7 @@ module Index (B : Terms.Blob) :
       type dataset = ClauseSet.t
     
     val index_unit_clause :
-          DT.t -> B.t Terms.unit_clause -> DT.t 
+          int -> DT.t -> B.t Terms.unit_clause -> DT.t 
 
     type active_set = B.t Terms.unit_clause list * DT.t