]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/autoTypes.mli
Added a couple of flags to auto
[helm.git] / components / tactics / autoTypes.mli
index d3081b0abe9f10bb8d81f7b8cab027e881ddca7c..5014f41ce10d6eb75c60a6b2ec1a768cf5120ae0 100644 (file)
@@ -27,8 +27,10 @@ type flags = {
   maxwidth: int;
   maxdepth: int;
   timeout: float;
+  use_library: bool;
   use_paramod: bool;
   use_only_paramod : bool;
+  close_more : bool;
   dont_cache_failures: bool
 }