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