X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FautoTypes.mli;h=ab05564ff3c2099819feab9d3e971d6d5d41d8a9;hb=7a58b99ca9c8a5d32b9c5ceaf42b13ed45d1394b;hp=a026a908fa659fd869d5720673fc9a534e934314;hpb=750d027aedc76aac9def8885dc2bdb6ccdc049d9;p=helm.git diff --git a/helm/software/components/tactics/autoTypes.mli b/helm/software/components/tactics/autoTypes.mli index a026a908f..ab05564ff 100644 --- a/helm/software/components/tactics/autoTypes.mli +++ b/helm/software/components/tactics/autoTypes.mli @@ -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