]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/index.mli
The new paramodulation functions instantiated over nCic.
[helm.git] / helm / software / components / ng_paramodulation / index.mli
index 5d496d9365f58480ac92c15323624cae9d214284..2fc8ec1e847323edd88f10681c83fc3f112bd9bc 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
@@ -26,8 +26,11 @@ module Index (B : Terms.Blob) :
       type data = ClauseSet.elt and 
       type dataset = ClauseSet.t
     
-    val index_unit_clause :
-          DT.t -> B.t Terms.unit_clause -> DT.t 
+    val index_unit_clause : 
+      DT.t -> B.t Terms.unit_clause -> DT.t 
+
+    val remove_unit_clause :
+      DT.t -> B.t Terms.unit_clause -> DT.t 
 
     type active_set = B.t Terms.unit_clause list * DT.t