]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/paramodulation/saturation.mli
the tactic now returns as open goals the open metas in the proof
[helm.git] / helm / software / components / tactics / paramodulation / saturation.mli
index 17fbb8cfdb326a18a5848f1b1ef36972ab0da1fe..95f258124f10942c7905c042e225eb303707ec61 100644 (file)
@@ -33,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