diff options
| author | Guillaume Melquiond | 2017-07-28 16:48:25 +0200 |
|---|---|---|
| committer | Guillaume Melquiond | 2017-07-28 16:48:25 +0200 |
| commit | eb483c067985cc9ee7daa160efdc48806eff13e8 (patch) | |
| tree | 68374614a4fb9f3e8e6172a1fd703ac431150cc8 /doc/refman/RefMan-cic.tex | |
| parent | 2a7ba998bf7d2c461fdbd8b710b7124395bafaa2 (diff) | |
Fix some coq-tex errors in the reference manual.
Diffstat (limited to 'doc/refman/RefMan-cic.tex')
| -rw-r--r-- | doc/refman/RefMan-cic.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/refman/RefMan-cic.tex b/doc/refman/RefMan-cic.tex index 96fb1eb752..7a71d69086 100644 --- a/doc/refman/RefMan-cic.tex +++ b/doc/refman/RefMan-cic.tex @@ -1425,6 +1425,9 @@ If there is an hypothesis $h:a=b$ in the local context, it can be used for rewriting not only in logical propositions but also in any type. % In that case, the term \verb!eq_rec! which was defined as an axiom, is % now a term of the calculus. +\begin{coq_eval} +Require Extraction. +\end{coq_eval} \begin{coq_example} Print eq_rec. Extraction eq_rec. |
