diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2012-03-26 22:29:15 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2012-03-26 22:29:15 +0000 |
commit | 18796b6aea453bdeef1ad12ce80eeb220bf01e67 (patch) | |
tree | 4158cc127fa43f57f7a221f56201af5d42aff9e9 /CHANGES | |
parent | 9410a6fecf2e9011c9a6fb243cec479e3901187c (diff) |
Slight change in the semantics of arguments scopes: scopes can no
longer be bound to Funclass or Sortclass (this does not seem to be
useful). [An exception is when using modules, if a constant foo is
expanded into a type, a "Bind Scope sc with foo" starts binding
Sortclass].
Also reworked reference manual for Arguments Scopes and Bind Scopes.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15098 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ CoqIDE - Coqide now supports the Restart command, and Undo (with a warning). Better support for Abort. +Notations + +- "Bind Scope" can no longer bind "Funclass" and "Sortclass". Changes from V8.4beta to V8.4 ============================= |