aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorherbelin2008-11-22 13:09:40 +0000
committerherbelin2008-11-22 13:09:40 +0000
commit5923919582bbfa207d5141d5059bd3916e501843 (patch)
tree9f439b72d43f7cc6d7552e7dbe7456fb0295dff6 /doc
parent2fa42e57ecc5e8170e36fb63919f4b0a9ad19430 (diff)
- Fixed minor bug #1994 in the tactic chapter of the manual [doc]
- Improved warning when found several path to the same file in path [mltop.ml4, system.ml] - Add support for "rewrite" on specific equality to true (i.e. eq_true) [Datatypes.v, tactics] PS: compilation test made over 11611 to shunt the archive-breaking 11612 and 11614 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11617 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rw-r--r--doc/refman/RefMan-gal.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/RefMan-gal.tex b/doc/refman/RefMan-gal.tex
index 28cb402f35..3e3d422638 100644
--- a/doc/refman/RefMan-gal.tex
+++ b/doc/refman/RefMan-gal.tex
@@ -1427,7 +1427,7 @@ generally any mutually recursive definitions.
\begin{Variants}
\item {\tt Fixpoint {\ident$_1$} {\params$_1$} :{\type$_1$} := {\term$_1$}\\
with {\ldots} \\
- with {\ident$_m$} {\params$_m$} :{\type$_m$} := {\type$_m$}}\\
+ with {\ident$_m$} {\params$_m$} :{\type$_m$} := {\term$_m$}}\\
Allows to define simultaneously {\ident$_1$}, {\ldots},
{\ident$_m$}.
\end{Variants}