File: KNOWN-BUGS

package info (click to toggle)
coq 8.1.pl3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 14,576 kB
  • ctags: 19,904
  • sloc: ml: 115,253; makefile: 1,668; ansic: 1,460; sh: 1,163; lisp: 456; awk: 15
file content (20 lines) | stat: -rw-r--r-- 681 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  THIS IS A LIST OF KNOWN BUGS OF COQ V7.0

- Realizer and Program/Program_all are not available

- Local definitions in Record/Structure are not allowed

- Alias of pattern with dependent types are not supported

- Tokens with both symbols and letters are not supported

- No consistency check is done when requiring a module (that is, a
  module can be compiled with logical name Mycontrib.Arith.Plus but
  required with name HisContrib.Zarith.Plus).

- The syntax "Specialize num ident" is temporarily not accepted
  outside "Tactic Definition". Syntax "Specialize ident" is OK.

- New Induction fails for mutual inductive elimination

- Elim fails with eliminators not imported