X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FautoTypes.mli;h=5014f41ce10d6eb75c60a6b2ec1a768cf5120ae0;hb=fa6addea4fa1f37567dca9104164710870a50392;hp=d3081b0abe9f10bb8d81f7b8cab027e881ddca7c;hpb=572417ec66fd4ba7482aeefa062f509914b4729b;p=helm.git diff --git a/helm/software/components/tactics/autoTypes.mli b/helm/software/components/tactics/autoTypes.mli index d3081b0ab..5014f41ce 100644 --- a/helm/software/components/tactics/autoTypes.mli +++ b/helm/software/components/tactics/autoTypes.mli @@ -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 }