X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FautoCache.mli;h=61c658811fec86dd1934c632c40949c35a736fa2;hb=249d11773d32add20d665c4f8521b7380e4fec0a;hp=b47a29925ca322f13867afe4533a8948f7755ac2;hpb=be87825f491f5eff5f02ee78dd23f34fc0e46e71;p=helm.git diff --git a/components/tactics/autoCache.mli b/components/tactics/autoCache.mli index b47a29925..61c658811 100644 --- a/components/tactics/autoCache.mli +++ b/components/tactics/autoCache.mli @@ -31,11 +31,8 @@ type cache_elem = | UnderInspection | Notfound val get_candidates: cache -> Cic.term -> Cic.term list -val cache_add_library: - HMysql.dbd -> ProofEngineTypes.proof -> ProofEngineTypes.goal list -> - cache -> cache -val cache_add_context: Cic.context -> Cic.metasenv -> cache -> cache - +val cache_add_list: + cache -> Cic.context -> (Cic.term*Cic.term) list -> cache val cache_examine: cache -> cache_key -> cache_elem val cache_add_failure: cache -> cache_key -> int -> cache val cache_add_success: cache -> cache_key -> Cic.term -> cache