]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/paramodulation/saturation.mli
- proofs by subsumption now add a symmetry step if needed
[helm.git] / components / tactics / paramodulation / saturation.mli
index 34159810d19658be25ec9580444facf206866a94..7a16895a77a8abe67d9f1eb4eeadfcc33ae39590 100644 (file)
@@ -25,6 +25,7 @@
 
 (* $Id$ *)
 
+
 val saturate :
   HMysql.dbd ->
   ?full:bool ->
@@ -32,7 +33,7 @@ val saturate :
   ?width:int ->
   ProofEngineTypes.proof * ProofEngineTypes.goal ->
   (UriManager.uri option * Cic.conjecture list * Cic.term * Cic.term) *
-  'a list
+  ProofEngineTypes.goal list
 
 val weight_age_ratio : int ref
 val weight_age_counter: int ref
@@ -50,3 +51,5 @@ val main: HMysql.dbd ->
 val demodulate_tac: 
   dbd:HMysql.dbd ->  
   pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
+
+val get_stats: unit -> string