]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/autoTypes.mli
In the let-in case we compute the type and add it to the context.
[helm.git] / components / tactics / autoTypes.mli
index f1a078359c0c4e274812ee8668fb62f40a0d4c98..5014f41ce10d6eb75c60a6b2ec1a768cf5120ae0 100644 (file)
@@ -27,9 +27,11 @@ type flags = {
   maxwidth: int;
   maxdepth: int;
   timeout: float;
+  use_library: bool;
   use_paramod: bool;
   use_only_paramod : bool;
-  dont_cache_failures: bool;
+  close_more : bool;
+  dont_cache_failures: bool
 }
 
 val default_flags : unit -> flags