]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/paramodulation/saturation.mli
Demodulate used to be a reduction_kind and it used to take a ~pattern.
[helm.git] / helm / software / components / tactics / paramodulation / saturation.mli
index 8a03cd547a0be220daae305c3f44c379ca9b9524..d48dfc349ba77d007b9da65e564b618981b68028 100644 (file)
@@ -48,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 ->