]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/superposition.mli
Final subst returned by superposition and passed around.
[helm.git] / helm / software / components / ng_paramodulation / superposition.mli
index 9bd662b19656cea483d182411d4c4275d91791b8..c67dbfb07dbbc13b3297d0b8903305a9680cf588 100644 (file)
@@ -15,7 +15,11 @@ module Superposition (B : Orderings.Blob) :
   sig
 
                         (* bag, maxvar, meeting point *)
-    exception Success of B.t Terms.bag * int * B.t Terms.unit_clause
+    exception Success of 
+      B.t Terms.bag 
+      * int 
+      * B.t Terms.unit_clause
+      * B.t Terms.substitution
 
     (* The returned active set is the input one + the selected clause *)
     val infer_right :