X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2Fparamodulation%2Fsaturation.mli;h=9f1ad293d97cfa1563df07112ed52a4bf6b3b642;hb=41e76668e9389ce17e41747026e533f907a0311c;hp=6a46887113343e2bf436729494a9ab97de61d584;hpb=679f6296c9a979213425104fa606809d9f1e3bad;p=helm.git diff --git a/components/tactics/paramodulation/saturation.mli b/components/tactics/paramodulation/saturation.mli index 6a4688711..9f1ad293d 100644 --- a/components/tactics/paramodulation/saturation.mli +++ b/components/tactics/paramodulation/saturation.mli @@ -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