X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=components%2Ftactics%2Fauto.mli;h=6e64fb66eee33a638bb9339f43650f45cd850023;hb=7f149c6e78132be469723286161a78a782da70ec;hp=c9f3b9b095655944a41c0471e02aa8eadbd25c8b;hpb=76917216be769918258c90e486bb7c06d81b70b4;p=helm.git diff --git a/components/tactics/auto.mli b/components/tactics/auto.mli index c9f3b9b09..6e64fb66e 100644 --- a/components/tactics/auto.mli +++ b/components/tactics/auto.mli @@ -24,24 +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_all_solutions: - HMysql.dbd -> - AutoCache.cache -> - Cic.context -> - Cic.metasenv -> - ProofEngineTypes.goal list -> - AutoTypes.flags -> - (Cic.substitution * Cic.metasenv) list * AutoCache.cache +val auto_tac: + dbd:HMysql.dbd -> params:(string * string) list -> 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