]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/autoTypes.mli
Minor changes.
[helm.git] / components / tactics / autoTypes.mli
index f1a078359c0c4e274812ee8668fb62f40a0d4c98..d3081b0abe9f10bb8d81f7b8cab027e881ddca7c 100644 (file)
@@ -29,7 +29,7 @@ type flags = {
   timeout: float;
   use_paramod: bool;
   use_only_paramod : bool;
-  dont_cache_failures: bool;
+  dont_cache_failures: bool
 }
 
 val default_flags : unit -> flags