diff options
author | Samuel Mimram <smimram@debian.org> | 2006-06-16 14:41:51 +0000 |
---|---|---|
committer | Samuel Mimram <smimram@debian.org> | 2006-06-16 14:41:51 +0000 |
commit | e978da8c41d8a3c19a29036d9c569fbe2a4616b0 (patch) | |
tree | 0de2a907ee93c795978f3c843155bee91c11ed60 /KNOWN-BUGS | |
parent | 3ef7797ef6fc605dfafb32523261fe1b023aeecb (diff) |
Imported Upstream version 8.0pl3+8.1betaupstream/8.0pl3+8.1beta
Diffstat (limited to 'KNOWN-BUGS')
-rw-r--r-- | KNOWN-BUGS | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/KNOWN-BUGS b/KNOWN-BUGS new file mode 100644 index 00000000..774d181c --- /dev/null +++ b/KNOWN-BUGS @@ -0,0 +1,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
\ No newline at end of file |