aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authornotin2006-07-11 18:06:49 +0000
committernotin2006-07-11 18:06:49 +0000
commit4a1f2e27312d8a6a97179d0f70378e057d214890 (patch)
treec51a77b8428dbdd358df36dbd45f059e0051429b /CHANGES
parent6f139b30496d263504eee9574a9e54a919ab71d2 (diff)
MAJ doc/refman
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9040 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 7 insertions, 8 deletions
diff --git a/CHANGES b/CHANGES
index b134073bf3..c1daeecbd3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,7 +10,7 @@ Syntax
- No more support for version 7 syntax and for translation to version 8 syntax.
- In fixpoints, the { struct ... } annotation is not mandatory any more when
- only one of the arguments has an inductive type (doc TODO-JMN)
+ only one of the arguments has an inductive type
- Added disjunctive patterns in match-with patterns
- Support for primitive interpretation of string literals
- Extended support for Unicode ranges
@@ -19,7 +19,7 @@ Vernacular commands
- Added "Print Ltac qualid" to print a user defined tactic.
- Added "Print Rewrite HintDb" to print the content of a DB used by
- autorewrite (doc TODO-JMN).
+ autorewrite.
- Added "Print Canonical Projections".
- Added "Example" as synonym of "Definition".
- Added "Proposition" and "Corollary" as extra synonyms of "Lemma".
@@ -75,8 +75,7 @@ Tactics
- Better support for coercions to Sortclass in tactics expecting type
arguments.
- Tactic "assert" now accepts "as" intro patterns and "by" tactic clauses.
-- New tactic "pose proof" that generalizes "assert (id:=p)" with intro patterns
- (doc TODO-JMN).
+- New tactic "pose proof" that generalizes "assert (id:=p)" with intro patterns.
- New introduction pattern "?" for letting Coq choose a name.
- Added "eassumption".
- Added option 'using lemmas' to auto, trivial and eauto.
@@ -112,13 +111,13 @@ Extraction
Modules
-- Added "Locate Module qualid" to get the full path of a module (doc TODO).
-- Module/Declare Module syntax made more uniform (doc TODO).
+- Added "Locate Module qualid" to get the full path of a module.
+- Module/Declare Module syntax made more uniform.
- Added syntactic sugar "Declare Module Export/Import" and
- "Module Export/Import" (doc TODO).
+ "Module Export/Import".
- Added syntactic sugar "Module M(Export/Import X Y: T)" and
"Module Type M(Export/Import X Y: T)"
- (only for interactive definitions) (doc TODO)
+ (only for interactive definitions)
- Construct "with" generalized to module paths:
T with (Definition|Module) M1.M2....Mn.l := l' (doc TODO).