]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/superposition.mli
Implemented orphan murder test (clauses are not discarded for now)
[helm.git] / helm / software / components / ng_paramodulation / superposition.mli
index e3e2f8b9f2f6f15d12c791a4351309f022139ccd..a7badaba4a5bb32769af0cc4f7bad2322fda7f4b 100644 (file)
@@ -58,7 +58,7 @@ module Superposition (B : Terms.Blob) :
       Index.Index(B).active_set ->
       B.t Terms.bag ->
       int ->
-      (B.t Terms.unit_clause * B.t Terms.bag * Index.Index(B).active_set) option
+      B.t Terms.bag * (B.t Terms.unit_clause * Index.Index(B).active_set) option
 
 
     val keep_simplified:
@@ -66,7 +66,7 @@ module Superposition (B : Terms.Blob) :
       Index.Index(B).active_set ->
       B.t Terms.bag ->
       int ->
-      (B.t Terms.unit_clause * B.t Terms.bag * Index.Index(B).active_set) option
+      B.t Terms.bag * (B.t Terms.unit_clause * Index.Index(B).active_set) option
 
 
   end