X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FautoCache.mli;h=61c658811fec86dd1934c632c40949c35a736fa2;hb=7cb22a7f8107a6cde0b77b7879e04f586a347102;hp=b47a29925ca322f13867afe4533a8948f7755ac2;hpb=2eaee49a7ff3ed74598a0db84ce4dbc5bca92380;p=helm.git diff --git a/helm/software/components/tactics/autoCache.mli b/helm/software/components/tactics/autoCache.mli index b47a29925..61c658811 100644 --- a/helm/software/components/tactics/autoCache.mli +++ b/helm/software/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