]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/autoTypes.mli
moved to pkg-ocaml-maint
[helm.git] / components / tactics / autoTypes.mli
index a026a908fa659fd869d5720673fc9a534e934314..ab05564ff3c2099819feab9d3e971d6d5d41d8a9 100644 (file)
@@ -27,12 +27,14 @@ type flags = {
   maxwidth: int;
   maxsize: int;
   maxdepth: int;
+  maxgoalsizefactor : int;
   timeout: float;
   use_library: bool;
   use_paramod: bool;
   use_only_paramod : bool;
   close_more : bool;
-  dont_cache_failures: bool
+  dont_cache_failures: bool;
+  do_types: bool;
 }
 
 val default_flags : unit -> flags