summaryrefslogtreecommitdiff
path: root/KNOWN-BUGS
blob: 774d181cf9531e0908180b7360995439e4299801 (plain)
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