]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/index.mli
added (but not active) last chance idea
[helm.git] / helm / software / components / ng_paramodulation / index.mli
index 3f86cc1e02bb5f3a569b6067b396649b5792017d..5d496d9365f58480ac92c15323624cae9d214284 100644 (file)
@@ -25,5 +25,10 @@ module Index (B : Terms.Blob) :
       type input = B.t Terms.foterm and 
       type data = ClauseSet.elt and 
       type dataset = ClauseSet.t
+    
+    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