diff options
| author | herbelin | 2007-11-09 10:40:23 +0000 |
|---|---|---|
| committer | herbelin | 2007-11-09 10:40:23 +0000 |
| commit | 471df7db322e77a3cb66a8def53c7ddfdb9c8769 (patch) | |
| tree | d28a8372235f2c788a249bac95eb348349b929e7 /CHANGES | |
| parent | 7becf67cdd026e3901bfc82883e5e36b1b82810e (diff) | |
Suite ajout raccourcis à compute et lazy pour réduire tout sauf
certaines constantes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10310 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,11 @@ Commands automatically computed (e.g. Scheme Induction for nat Sort Set). - Source of universe inconsistencies now printed when option "Set Printing Universes" is activated, +- Support for option "[id1 ... idn]", and "-[id1 ... idn]", for the "compute" + reduction strategy, respectively meaning reduce only, or everything + but, the constants id1 ... idn. "lazy" alone or followed by + "[id1 ... idn]", and "-[id1 ... idn]" also supported, meaning apply + all of beta-iota-zeta-delta, possibly restricting delta. Libraries |
