X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Fparamodulation%2Fsaturation.mli;h=d48dfc349ba77d007b9da65e564b618981b68028;hb=8752fac73a864c821b6954f0572bce2052924183;hp=9f1ad293d97cfa1563df07112ed52a4bf6b3b642;hpb=a67679766c06b41ec29e695eb52091229dbba282;p=helm.git diff --git a/helm/software/components/tactics/paramodulation/saturation.mli b/helm/software/components/tactics/paramodulation/saturation.mli index 9f1ad293d..d48dfc349 100644 --- a/helm/software/components/tactics/paramodulation/saturation.mli +++ b/helm/software/components/tactics/paramodulation/saturation.mli @@ -27,6 +27,7 @@ val saturate : + bool -> HMysql.dbd -> ?full:bool -> ?depth:int -> @@ -47,9 +48,7 @@ val main_demod_equalities: HMysql.dbd -> Cic.term -> Cic.conjecture list -> CicUniv.universe_graph -> unit val main: HMysql.dbd -> bool -> Cic.term -> Cic.conjecture list -> CicUniv.universe_graph -> unit -val demodulate_tac: - dbd:HMysql.dbd -> - pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic +val demodulate_tac: dbd:HMysql.dbd -> ProofEngineTypes.tactic val superposition_tac: target:string -> table:string -> subterms_only:bool ->