aboutsummaryrefslogtreecommitdiff
path: root/plugins/dp/TODO
diff options
context:
space:
mode:
authorgmelquio2012-04-17 14:50:28 +0000
committergmelquio2012-04-17 14:50:28 +0000
commit1028d2f269e7cb46d900f09c31a194531ebd884c (patch)
treebd7cb9781d907caee282b61eb35539e0fa62290f /plugins/dp/TODO
parenta762421eebc4fe49b1ee2522f3032caa60978f40 (diff)
Remove the Dp plugin.
Why2 has not been maintained for the last few years and the Why3 plugin should be a suitable replacement in most cases. Removed tactics: simplify, ergo, yices, cvc3, z3, cvcl, harvey, zenon, gwhy. Removed commands: Dp_hint, Dp_timeout, Dp_prelude, Dp_predefined, Dp_debug, Dp_trace. Note that the "admit" tactic was actually provided by the Dp plugin. It has been moved to extratactics.ml4. Ported from v8.4 r15186. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15189 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins/dp/TODO')
-rw-r--r--plugins/dp/TODO24
1 files changed, 0 insertions, 24 deletions
diff --git a/plugins/dp/TODO b/plugins/dp/TODO
deleted file mode 100644
index 44349e2147..0000000000
--- a/plugins/dp/TODO
+++ /dev/null
@@ -1,24 +0,0 @@
-
-TODO
-----
-
-- axiomes pour les prédicats récursifs comme
-
- Fixpoint even (n:nat) : Prop :=
- match n with
- O => True
- | S O => False
- | S (S p) => even p
- end.
-
- ou encore In sur les listes du module Coq List.
-
-- discriminate
-
-- inversion (Set et Prop)
-
-
-BUGS
-----
-
-