blob: 73f4430bcc1ccfb2c0aa07ce1bf06cb361a0330a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
THIS IS A LIST OF KNOWN BUGS OF COQ V7.0 BETA
- Realizer and Program/Program_all are not available
- Correctness is 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
|