diff options
| author | herbelin | 2001-09-24 08:38:27 +0000 |
|---|---|---|
| committer | herbelin | 2001-09-24 08:38:27 +0000 |
| commit | bde2dc9b8648d8f377896b631744c16cff1f230f (patch) | |
| tree | 42d745aef1242dc4f360f1e089235c8e45c44c8e | |
| parent | a62ffb11d33222001e63092700afb6507d3b1f5e (diff) | |
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2053 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | CHANGES | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -35,6 +35,8 @@ Language - Cases predicate inference bug fixed - Known dependent Cases predicate bugs fixed - Bug with identifiers ended by a number greater than 2^30 fixed (+) +- an improved reduction strategy for lazy evaluation + Language : long names @@ -150,6 +152,9 @@ Parsing and grammar extension New commands +- New commands "Print XML All", "Show XML Proof", ... to show or + export theories to XML to be used with Helm's publishing and rendering + tools (see http://www.cs.unibo.it/helm) (by Claudio Sacerdoti Coen) (+) - New command to manually set implicits arguments (+) - "Implicits ident." to activate the implicit arguments mode just for ident - "Implicits ident [num1 num2 ...]." to explicitly give which @@ -173,7 +178,7 @@ Changes in existing commands module accessible by their short name, and activates the Grammar, Syntax, Hint, ... declared in the module (+) - The scope of the "Search" command can be restricted to some modules (+) -- Final dot in command (full stop) must be followed by a space +- Final dot in command (full stop/period) must be followed by a blank (newline, tablation or whitespace) (+) - Slight restriction of the syntax for Cbv Delta: if present, option [-myconst] must immediately follow the Delta keyword (*)(+) @@ -210,13 +215,14 @@ Tools Extraction - New algorithm for extraction able to deal with "Type" (+) + (by J.-C. Filliātre and P. Letouzey) Standard library - New library on maps on integers (IntMap, contributed by Jean Goubault) - New lemmas about integer numbers [ZArith] -- New lemmas about [Reals] (+) +- New lemmas and a "natural" syntax for reals [Reals] (+) - Exc/Error/Value renamed into Option/Some/None (*) |
