X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2Fauto.mli;h=d749a26af175a8221d2d655794594ad0536873fd;hb=115915f23df4f56832d68b2f6b5b80c5afe019fc;hp=68057fa9c348021580cc0a5654c94117fd205996;hpb=e3f6d410ebe780d1b26a0bcf982ef900a94e95a7;p=helm.git diff --git a/components/tactics/auto.mli b/components/tactics/auto.mli index 68057fa9c..d749a26af 100644 --- a/components/tactics/auto.mli +++ b/components/tactics/auto.mli @@ -24,25 +24,17 @@ *) (* stops at the first solution *) -val auto: - HMysql.dbd -> - AutoTypes.universe -> - AutoTypes.cache -> - Cic.context -> - Cic.metasenv -> - ProofEngineTypes.goal list -> (* goals in AND *) - AutoTypes.flags -> - (Cic.substitution * Cic.metasenv) option * AutoTypes.cache +val auto_tac: + dbd:HMysql.dbd -> + params:(string * string) list -> + universe:Universe.universe -> + ProofEngineTypes.tactic -val auto_all_solutions: - HMysql.dbd -> - AutoTypes.universe -> - AutoTypes.cache -> - Cic.context -> - Cic.metasenv -> - ProofEngineTypes.goal list -> - AutoTypes.flags -> - (Cic.substitution * Cic.metasenv) list * AutoTypes.cache - -val applyS_tac: dbd:HMysql.dbd -> term: Cic.term -> ProofEngineTypes.tactic +val applyS_tac: + dbd:HMysql.dbd -> + term: Cic.term -> + params:(string * string) list -> + universe:Universe.universe -> + ProofEngineTypes.tactic +val demodulate_tac : dbd:HMysql.dbd -> ProofEngineTypes.tactic