X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FautoTypes.ml;h=9bced7618e08ad290726b01089e09a2a1a28b721;hb=433d9c9612c1557e03a549e004c796c1137d4b4a;hp=874a20dccf4b366bda48cae857dbf6744a2702f6;hpb=66faca1dc849662e27d760b950294ef66a5741b3;p=helm.git diff --git a/helm/software/components/tactics/autoTypes.ml b/helm/software/components/tactics/autoTypes.ml index 874a20dcc..9bced7618 100644 --- a/helm/software/components/tactics/autoTypes.ml +++ b/helm/software/components/tactics/autoTypes.ml @@ -35,6 +35,8 @@ type flags = { close_more : bool; dont_cache_failures: bool; do_types: bool; + skip_trie_filtering: bool; + skip_context: bool; } let default_flags _ = @@ -49,6 +51,8 @@ let default_flags _ = close_more=false; dont_cache_failures=false; do_types=false; + skip_trie_filtering=false; + skip_context=false; } ;;