]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/paramodulation/saturation.mli
removed ocaml equality on equations
[helm.git] / components / tactics / paramodulation / saturation.mli
index 34159810d19658be25ec9580444facf206866a94..95f258124f10942c7905c042e225eb303707ec61 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