]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_paramodulation/paramod.mli
1) removed many debug prints
[helm.git] / matitaB / components / ng_paramodulation / paramod.mli
index 60691a57c0bd843bdbde2c114d5b8cb9147fb5a9..d91ba1b349b939b06a3bc5154458acbc981ce6a4 100644 (file)
@@ -24,6 +24,7 @@ module type Paramod =
       | Timeout of int * t Terms.bag
     type bag = t Terms.bag * int
     val empty_state : state
+    val size_of_state : state -> int * int
     val bag_of_state :state -> bag
     val replace_bag : state -> bag -> state
     (* we suppose input has been already saturated *)