diff options
| author | letouzey | 2010-06-15 16:11:36 +0000 |
|---|---|---|
| committer | letouzey | 2010-06-15 16:11:36 +0000 |
| commit | 4fcd729a1a123de61949d3dac659a39252625c0f (patch) | |
| tree | 0992a2885c57bcf280ba90a74b830a34de3cc17a | |
| parent | 5184e911a4192adcfd0699a8da5bbe393cf599f3 (diff) | |
CHANGE: a word about new commands Compute and Fail
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13155 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -173,6 +173,10 @@ Vernacular commands - New command "Timeout <n> <command>." interprets a command and a timeout interrupts the interpretation after <n> seconds. +- New command "Compute <expr>." is a shortcut for "Eval vm_compute in <expr>". +- New command "Fail <command>." interprets a command and is successful iff + the command fails on an error (but not an anomaly). Handy for tests and + illustration of wrong commands. - Most commands referring to constant (e.g. Print or About) now support referring to the constant by a notation string. - Made generation of boolean equality automatic for datatypes (use |
