Codebase list coq / upstream/8.0pl3+8.1beta.2 KNOWN-BUGS
upstream/8.0pl3+8.1beta.2

Tree @upstream/8.0pl3+8.1beta.2 (Download .tar.gz)

KNOWN-BUGS @upstream/8.0pl3+8.1beta.2raw · history · blame

  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