aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/BUGS
blob: b42de11b24434a4fa6caefc1de53c8c35753880e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
-*- mode:outline -*-

* Coq Proof General Bugs

See also ../BUGS for generic bugs.

** coqtags doesn't find all declarations. 

It cannot handle lists e.g., with "Parameter x,y:nat" it only tags x
but not y. [The same problem exists for legotags] Workaround: don't
rely too much on the etags mechanism.

** User defined tactics cannot be retracted. 

 Workaround: you may need to retract to the beginning of the proof.

** Surely others that aren't mentioned here...
  
  Please report them to proofgen@dcs.ed.ac.uk.