aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar soubiran <soubiran@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-12-15 14:47:54 +0000
committerGravatar soubiran <soubiran@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-12-15 14:47:54 +0000
commit43b8883234ab1bc39128727b858f8058c2ae0a28 (patch)
tree11e046fcadd34abb2dad5dc4a9a0874697c3529f /CHANGES
parente7b7dde4455a12d2b87a4052b759954f9f9243cd (diff)
Description of the new features of the module system (part two).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12588 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 0 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 9867a7e21..3add96bc8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -87,8 +87,6 @@ Vernacular commands
congruence schemes available to user (governed by options "Unset
Case Analysis Schemes" and "Unset Congruence Schemes").
- Fixpoint/CoFixpoint now support building part or all of bodies using tactics.
-- New commands for modules and module types "Include Self <module_expr>" and
- "Include Type Self <modtype_expr>".
Tools