aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-05-06 18:44:32 +0200
committerEmilio Jesus Gallego Arias2020-05-07 17:30:51 +0200
commit1d16c80c53702c3118cc61729a0823d4a9cdaf78 (patch)
tree188ad2320571de6ed128049f615bd62665a53e11 /tactics
parentffda464321e856e44c7f99e6aab201770781c806 (diff)
Deprecate the legacy tacticals from module Refiner.
Diffstat (limited to 'tactics')
-rw-r--r--tactics/tacticals.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tactics/tacticals.ml b/tactics/tacticals.ml
index 07f9def2c8..374706c8f9 100644
--- a/tactics/tacticals.ml
+++ b/tactics/tacticals.ml
@@ -29,6 +29,8 @@ module NamedDecl = Context.Named.Declaration
type tactic = Proofview.V82.tac
+[@@@ocaml.warning "-3"]
+
let tclIDTAC = Refiner.tclIDTAC
let tclIDTAC_MESSAGE = Refiner.tclIDTAC_MESSAGE
let tclORELSE0 = Refiner.tclORELSE0