]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/paramodulation/saturation.mli
more work for the generic auto parameters
[helm.git] / components / tactics / paramodulation / saturation.mli
index 6a46887113343e2bf436729494a9ab97de61d584..9f1ad293d97cfa1563df07112ed52a4bf6b3b642 100644 (file)
@@ -52,9 +52,8 @@ val demodulate_tac:
   pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
 
 val superposition_tac: 
-  what:string -> other:string -> subterms_only:bool ->
-  demodulate:bool ->  
-  ProofEngineTypes.proof * ProofEngineTypes.goal ->
+  target:string -> table:string -> subterms_only:bool ->
+  demod_table:string ->  ProofEngineTypes.proof * ProofEngineTypes.goal ->
    ProofEngineTypes.proof * ProofEngineTypes.goal list
 
 val get_stats: unit -> string