X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Fauto.mli;h=5883f0bf2ac72d0ff024157f12bc428729246882;hb=2b635ef37ea18619199fbadcdab61fc9184995dd;hp=68057fa9c348021580cc0a5654c94117fd205996;hpb=041ad23b567b9844ec187ad436595868441802f4;p=helm.git diff --git a/helm/software/components/tactics/auto.mli b/helm/software/components/tactics/auto.mli index 68057fa9c..5883f0bf2 100644 --- a/helm/software/components/tactics/auto.mli +++ b/helm/software/components/tactics/auto.mli @@ -26,23 +26,21 @@ (* stops at the first solution *) val auto: HMysql.dbd -> - AutoTypes.universe -> - AutoTypes.cache -> + AutoCache.cache -> Cic.context -> Cic.metasenv -> ProofEngineTypes.goal list -> (* goals in AND *) AutoTypes.flags -> - (Cic.substitution * Cic.metasenv) option * AutoTypes.cache + (Cic.substitution * Cic.metasenv) option * AutoCache.cache val auto_all_solutions: HMysql.dbd -> - AutoTypes.universe -> - AutoTypes.cache -> + AutoCache.cache -> Cic.context -> Cic.metasenv -> ProofEngineTypes.goal list -> AutoTypes.flags -> - (Cic.substitution * Cic.metasenv) list * AutoTypes.cache + (Cic.substitution * Cic.metasenv) list * AutoCache.cache val applyS_tac: dbd:HMysql.dbd -> term: Cic.term -> ProofEngineTypes.tactic