X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2Fauto.mli;h=301aa4b45c83bcb44b8ce346b3eced71c843dad1;hb=c049b167b6a59e7a1e755c0f5a4bc00ce0826c48;hp=c9f3b9b095655944a41c0471e02aa8eadbd25c8b;hpb=76917216be769918258c90e486bb7c06d81b70b4;p=helm.git diff --git a/components/tactics/auto.mli b/components/tactics/auto.mli index c9f3b9b09..301aa4b45 100644 --- a/components/tactics/auto.mli +++ b/components/tactics/auto.mli @@ -24,23 +24,8 @@ *) (* 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 ->