aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--KNOWN-BUGS15
1 files changed, 12 insertions, 3 deletions
diff --git a/KNOWN-BUGS b/KNOWN-BUGS
index 126edf0d88..5b346434cd 100644
--- a/KNOWN-BUGS
+++ b/KNOWN-BUGS
@@ -1,6 +1,15 @@
-- The syntax "Specialize num ident" is temporarily not accepted outside "Tactic
-Definition". Syntax "Specialize ident" is OK.
+ THIS IS A LIST OF KNOWN BUGS OF COQ V7.0 BETA
-- Realizer and Program/Program_all not available
+- The syntax "Specialize num ident" is temporarily not accepted
+ outside "Tactic Definition". Syntax "Specialize ident" is OK.
+- Realizer and Program/Program_all are not available
+- 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).
+
+- Real numbers not subterm of a complex expression are written under a
+ form like ``4+1`` instead of ``5``.
+
+- Local definitions in Record/Structure are not allowed