]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/superposition.mli
debug takes lazy strings. Moved here the are_alpha_eq test.
[helm.git] / helm / software / components / ng_paramodulation / superposition.mli
index 30d32d540a330d8bdb9495b086a134e0fffd5391..9bd662b19656cea483d182411d4c4275d91791b8 100644 (file)
@@ -60,8 +60,6 @@ module Superposition (B : Orderings.Blob) :
       B.t Terms.bag ->
       int ->
       B.t Terms.bag * (B.t Terms.unit_clause * Index.Index(B).active_set) option
-
-
     val keep_simplified:
       B.t Terms.unit_clause ->
       Index.Index(B).active_set ->
@@ -75,5 +73,8 @@ module Superposition (B : Orderings.Blob) :
       B.t Terms.unit_clause ->
       bool
 
-
+    val are_alpha_eq : 
+      B.t Terms.unit_clause ->
+      B.t Terms.unit_clause ->
+      bool
   end