aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tauto.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/tauto.ml4')
-rw-r--r--tactics/tauto.ml41
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/tauto.ml4 b/tactics/tauto.ml4
index 46f8c9bb4..b7a58be45 100644
--- a/tactics/tauto.ml4
+++ b/tactics/tauto.ml4
@@ -53,6 +53,7 @@ open Goptions
let _ =
declare_bool_option
{ optsync = true;
+ optdepr = false;
optname = "unfolding of iff and not in intuition";
optkey = ["Intuition";"Iff";"Unfolding"];
optread = (fun () -> !iff_unfolding);