X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FautoTypes.mli;h=ab05564ff3c2099819feab9d3e971d6d5d41d8a9;hb=8e7751f97e50bdc18537aac7478d0621d45ab956;hp=306c42daa75c22c73af7b52a399def3cfac19b67;hpb=fbfc3e402894a89b22f57e12b53e090f843a690a;p=helm.git diff --git a/components/tactics/autoTypes.mli b/components/tactics/autoTypes.mli index 306c42daa..ab05564ff 100644 --- a/components/tactics/autoTypes.mli +++ b/components/tactics/autoTypes.mli @@ -33,7 +33,8 @@ type flags = { 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