X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2Fauto.mli;h=6e64fb66eee33a638bb9339f43650f45cd850023;hb=7f149c6e78132be469723286161a78a782da70ec;hp=5883f0bf2ac72d0ff024157f12bc428729246882;hpb=be87825f491f5eff5f02ee78dd23f34fc0e46e71;p=helm.git diff --git a/components/tactics/auto.mli b/components/tactics/auto.mli index 5883f0bf2..6e64fb66e 100644 --- a/components/tactics/auto.mli +++ b/components/tactics/auto.mli @@ -24,23 +24,11 @@ *) (* stops at the first solution *) -val auto: - HMysql.dbd -> - AutoCache.cache -> - Cic.context -> - Cic.metasenv -> - ProofEngineTypes.goal list -> (* goals in AND *) - AutoTypes.flags -> - (Cic.substitution * Cic.metasenv) option * AutoCache.cache +val auto_tac: + dbd:HMysql.dbd -> params:(string * string) list -> ProofEngineTypes.tactic -val auto_all_solutions: - HMysql.dbd -> - AutoCache.cache -> - Cic.context -> - Cic.metasenv -> - ProofEngineTypes.goal list -> - AutoTypes.flags -> - (Cic.substitution * Cic.metasenv) list * AutoCache.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