X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FautoTypes.mli;h=5014f41ce10d6eb75c60a6b2ec1a768cf5120ae0;hb=fc719504b5584be21ad7716a798bfcb089441cc6;hp=f1a078359c0c4e274812ee8668fb62f40a0d4c98;hpb=be87825f491f5eff5f02ee78dd23f34fc0e46e71;p=helm.git diff --git a/components/tactics/autoTypes.mli b/components/tactics/autoTypes.mli index f1a078359..5014f41ce 100644 --- a/components/tactics/autoTypes.mli +++ b/components/tactics/autoTypes.mli @@ -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