X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Fauto.mli;h=6e64fb66eee33a638bb9339f43650f45cd850023;hb=004ccf29097c8ab5c4997555b54aba5831fa035a;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..6e64fb66e 100644 --- a/helm/software/components/tactics/auto.mli +++ b/helm/software/components/tactics/auto.mli @@ -24,25 +24,11 @@ *) (* 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 -> 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 -> + ProofEngineTypes.tactic +val demodulate_tac : dbd:HMysql.dbd -> ProofEngineTypes.tactic