aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-03-13 04:21:14 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-03-13 04:21:14 +0000
commit390a659861192ebf98811438f61c4f992ecad25a (patch)
treeb730ba7312568eaf620b4096a2af21eb953f9f5e /coq
parent441b6369abb7863cf65088915cb851ee98f5f59e (diff)
New/updated information files
Diffstat (limited to 'coq')
-rw-r--r--coq/README10
-rw-r--r--coq/todo22
2 files changed, 20 insertions, 12 deletions
diff --git a/coq/README b/coq/README
index 84ead4fc..b394edd7 100644
--- a/coq/README
+++ b/coq/README
@@ -5,12 +5,18 @@ Later contributions by Patrick Loiseleur and Pierre Courtieu.
$Id$
+Status: supported
+Maintainer: Pierre Courieu
+Coq version: 6.3
+Coq homepage: http://pauillac.inria.fr/coq/assis-eng.html
+
+========================================
+
Presently Coq Proof General supports automatic multiple file support
only (deduced file dependencies, not communicated ones). It does not
have support for proof by pointing.
-There is support for x-symbols, but not using a proper token
-language. Try writing "philosophy" !
+There is support for X Symbol, but not using a proper token language.
There is a tags program, coqtags.
diff --git a/coq/todo b/coq/todo
index 827df50f..61b9f612 100644
--- a/coq/todo
+++ b/coq/todo
@@ -1,36 +1,38 @@
-*- mode:outline -*-
-* See also ../todo for generic things to do, priority codes.
-
* Things to do for Coq
-======================
-B C-c C-c breaks the coherence with prover state
+See also ../todo for generic things to do, priority codes.
+
+** B Fix silly startup sychronization problem that displays
+ cwd on startup.
+
+** B C-c C-c breaks the coherence with prover state
(da: can somebody tell me if this is still true?
what problem specifically?)
-B Proof-by-Pointing [1 month]
+** B Proof-by-Pointing [2 weeks]
da: Yves Bertot told me that his CtCoq proof-by-pointing code
is in the Coq kernel now, so would be useful for PG.
We need a Coq hacker to do this (Pierre?)
-C Improve X-Symbol support. Integrate with Coq syntax mechanism somehow?
+** C Improve X-Symbol support. Integrate with Coq syntax mechanism somehow?
-C Retraction in a Section should retract to the beginning of the whole
+** C Retraction in a Section should retract to the beginning of the whole
section. See the section "Granularity of
Atomic Commands" for a proposal on how to generalise the current
implementation so that it can also deal with sections.
[See also the LEGO problem with Discharge] (6h)
-D Add Patrick Loiseleur's commands to search for vernac or ml files.
+** D Add Patrick Loiseleur's commands to search for vernac or ml files.
(they are in a separate file that is part of Coq distrib.
should I really integrate that in PG ? Patrick)
(maybe not if they're orthogonal to PG, but might help users - da)
-D Add coq-add-tactic with a tactic name, which adds that tactic to the
+** D Add coq-add-tactic with a tactic name, which adds that tactic to the
undoable tactics and to the font-lock. (2h)
-D Improve coqtags. It cannot handle lists e.g., with
+** D Improve coqtags. It cannot handle lists e.g., with
Parameter x,y:nat
it only tags x but not y. [The same problem exists for legotags]