diff options
| author | letouzey | 2010-06-04 10:10:00 +0000 |
|---|---|---|
| committer | letouzey | 2010-06-04 10:10:00 +0000 |
| commit | f4f00814df08b79045408dd98e7872c17c0c55b8 (patch) | |
| tree | 70857fbbd312d95c5072e404ef5aff0b5a14ab0c /doc/refman | |
| parent | d72bcdf45bcd026a613838caebc209200ee2153f (diff) | |
A new command Compute foo, shortcut for Eval vm_compute in foo
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13070 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/refman')
| -rw-r--r-- | doc/refman/RefMan-oth.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/refman/RefMan-oth.tex b/doc/refman/RefMan-oth.tex index b765ef7d4f..f664163366 100644 --- a/doc/refman/RefMan-oth.tex +++ b/doc/refman/RefMan-oth.tex @@ -67,6 +67,14 @@ progress). \SeeAlso Section~\ref{Conversion-tactics}. +\subsection[\tt Compute {\term}.]{\tt Compute {\term}.\comindex{Compute}} + +This command performs a call-by-value evaluation of {\term} by using +the bytecode-based virtual machine. It is a shortcut for +{\tt Eval vm\_compute in {\term}}. + +\SeeAlso Section~\ref{Conversion-tactics}. + \subsection[\tt Extraction \term.]{\tt Extraction \term.\label{ExtractionTerm} \comindex{Extraction}} This command displays the extracted term from |
