aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tactics.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/tactics.mli')
-rw-r--r--tactics/tactics.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/tactics.mli b/tactics/tactics.mli
index 9f4f0e9ce..f3c5e7d26 100644
--- a/tactics/tactics.mli
+++ b/tactics/tactics.mli
@@ -417,4 +417,5 @@ module New : sig
open Proofview
val exact_proof : Constrexpr.constr_expr -> unit tactic
+ val tclZEROMSG : Pp.std_ppcmds -> unit tactic
end