diff options
| author | Pierre-Marie Pédrot | 2020-02-28 10:49:47 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-02-28 18:15:51 +0100 |
| commit | 232f67d20218a593bbd196d8a5e063b80487c599 (patch) | |
| tree | 50129c0c630c8370549996ed98bf36d193c41d9e /plugins | |
| parent | aeca986089d005054496ed4bcf1b920e8fa02173 (diff) | |
Deprecate the "prolog" tactic.
It was not documented, I do not think it is used in the wild, and it relies
on legacy code. As solid conjunction of reasons that support its deprecation.
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/ltac/g_auto.mlg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/ltac/g_auto.mlg b/plugins/ltac/g_auto.mlg index 8344f9dae3..82c64a9857 100644 --- a/plugins/ltac/g_auto.mlg +++ b/plugins/ltac/g_auto.mlg @@ -114,7 +114,7 @@ END (** Eauto *) -TACTIC EXTEND prolog +TACTIC EXTEND prolog DEPRECATED { Deprecation.make ~note:"Use eauto instead" () } | [ "prolog" "[" uconstr_list(l) "]" int_or_var(n) ] -> { Eauto.prolog_tac (eval_uconstrs ist l) n } END @@ -253,4 +253,3 @@ VERNAC COMMAND EXTEND HintCut CLASSIFIED AS SIDEFF (match dbnames with None -> ["core"] | Some l -> l) entry; } END - |
