]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/index.mli
New functorialization: paramod is abstracted over a Orderings.Blob, that is like...
[helm.git] / helm / software / components / ng_paramodulation / index.mli
index 5581f7cfa7fd7bbcda4f39d56b00f56b4210c503..7d75f28370d00eb487764e4e8d87cd5b18c40f33 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
@@ -29,4 +29,6 @@ module Index (B : Terms.Blob) :
     val index_unit_clause :
           DT.t -> B.t Terms.unit_clause -> DT.t 
 
+    type active_set = B.t Terms.unit_clause list * DT.t
+
   end