aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/dp/g_dp.ml4
diff options
context:
space:
mode:
authorGravatar coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-05-24 12:33:26 +0000
committerGravatar coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-05-24 12:33:26 +0000
commitd2331067061699e2cd105bf88d8361ed45fa6f3d (patch)
tree29fae1802a8b1f2477452efa90ff7d2d87da7f3a /contrib/dp/g_dp.ml4
parent2d7204a2001b52ad4d5e5933b19ba23fc3934320 (diff)
dp: ajout du prouveur Zenon
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7066 85f007b7-540e-0410-9357-904b9bb8a0f7
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 ]