]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/autoTypes.ml
parameter sintax added to axiom statement
[helm.git] / helm / software / components / tactics / autoTypes.ml
index 45f981be1ffebe1d6403921a42796ddb7efc5954..9bced7618e08ad290726b01089e09a2a1a28b721 100644 (file)
@@ -34,6 +34,9 @@ type flags = {
   use_only_paramod : bool;
   close_more : bool; 
   dont_cache_failures: bool;
+  do_types: bool;
+  skip_trie_filtering: bool;
+  skip_context: bool;
 }
 
 let default_flags _ =
@@ -46,7 +49,11 @@ let default_flags _ =
    use_paramod=true;
    use_only_paramod=false;
    close_more=false; 
-   dont_cache_failures=false}
+   dont_cache_failures=false;
+   do_types=false;
+   skip_trie_filtering=false;
+   skip_context=false;
+}
 ;;
 
 (* (metasenv, subst, (metano,depth)list *)