aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
authorJim Fehrle2018-12-21 14:14:05 -0800
committerJim Fehrle2019-01-23 10:37:31 -0800
commitab7639ed91da9726f5248d9939db70df9ea18282 (patch)
tree640a95dcc3d1bd8467e4b5ea5bb133538ce556aa /tactics
parent0c3d8cab0c970778ed502a33c6d3ad5b444c2e68 (diff)
Move and rewrite documentation for intro patterns that was under
the intros tactic to its own subsection. Add grammar and examples.
Diffstat (limited to 'tactics')
-rw-r--r--tactics/tactics.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index 1043c50f00..070b2356e5 100644
--- a/tactics/tactics.ml
+++ b/tactics/tactics.ml
@@ -98,7 +98,7 @@ let use_bracketing_last_or_and_intro_pattern () =
let () =
declare_bool_option
- { optdepr = false;
+ { optdepr = true;
optname = "bracketing last or-and introduction pattern";
optkey = ["Bracketing";"Last";"Introduction";"Pattern"];
optread = (fun () -> !bracketing_last_or_and_intro_pattern);