]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/foUtils.mli
First attempt for refined goal selection strategy
[helm.git] / helm / software / components / ng_paramodulation / foUtils.mli
index 5cbe461a06ddb3c2baf79ec529f7bea1597a356b..139e81f2ed541d1f56145a36fdc872d03c64cb08 100644 (file)
@@ -29,6 +29,9 @@ module Utils (B : Terms.Blob) :
     val mk_passive_clause :
       B.t Terms.unit_clause -> B.t Terms.passive_clause
 
+    val mk_passive_goal :
+      B.t Terms.unit_clause -> B.t Terms.passive_clause
+
     val eq_unit_clause : B.t Terms.unit_clause -> B.t Terms.unit_clause -> bool
     val compare_unit_clause : B.t Terms.unit_clause -> B.t Terms.unit_clause -> int