]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/autoCache.mli
parameter sintax added to axiom statement
[helm.git] / helm / software / components / tactics / autoCache.mli
index 61c658811fec86dd1934c632c40949c35a736fa2..c4c99c3821c2b8d70506542233fed3a752f27f10 100644 (file)
@@ -38,6 +38,7 @@ val cache_add_failure: cache -> cache_key -> int -> cache
 val cache_add_success: cache -> cache_key -> Cic.term -> cache
 val cache_add_underinspection: cache -> cache_key -> int -> cache
 val cache_remove_underinspection: cache -> cache_key -> cache
+val cache_reset_underinspection: cache -> cache
 val cache_empty: cache
 val cache_print: Cic.context -> cache -> string
 val cache_size: cache -> int