aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/dp/g_dp.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/dp/g_dp.ml4')
-rw-r--r--contrib/dp/g_dp.ml44
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/dp/g_dp.ml4 b/contrib/dp/g_dp.ml4
index e6667a95b..074df6722 100644
--- a/contrib/dp/g_dp.ml4
+++ b/contrib/dp/g_dp.ml4
@@ -24,6 +24,10 @@ TACTIC EXTEND Harvey
[ "harvey" ] -> [ harvey ]
END
+TACTIC EXTEND Zenon
+ [ "zenon" ] -> [ zenon ]
+END
+
(* should be part of basic tactics syntax *)
TACTIC EXTEND admit
[ "admit" ] -> [ Tactics.admit_as_an_axiom ]