]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/autoTypes.ml
moved to pkg-ocaml-maint
[helm.git] / components / tactics / autoTypes.ml
index 45f981be1ffebe1d6403921a42796ddb7efc5954..874a20dccf4b366bda48cae857dbf6744a2702f6 100644 (file)
@@ -34,6 +34,7 @@ type flags = {
   use_only_paramod : bool;
   close_more : bool; 
   dont_cache_failures: bool;
+  do_types: bool;
 }
 
 let default_flags _ =
@@ -46,7 +47,9 @@ let default_flags _ =
    use_paramod=true;
    use_only_paramod=false;
    close_more=false; 
-   dont_cache_failures=false}
+   dont_cache_failures=false;
+   do_types=false;
+}
 ;;
 
 (* (metasenv, subst, (metano,depth)list *)