aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Boutillier2014-09-18 10:00:14 +0200
committerPierre Boutillier2014-09-18 10:58:24 +0200
commite1f64f6cf69c4f97c106576d80853b7412ce2b06 (patch)
tree909caf7516558a2bfd4ac5f1835d79b623393666
parentd9736dae4168927f735ca4f60b61a83929ae4435 (diff)
seems to fix a looping coq-tex (when compiled with camlp4)
-rw-r--r--doc/refman/RefMan-ext.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/RefMan-ext.tex b/doc/refman/RefMan-ext.tex
index 970347422c..f6baa44555 100644
--- a/doc/refman/RefMan-ext.tex
+++ b/doc/refman/RefMan-ext.tex
@@ -717,7 +717,7 @@ each branch.
Function does not support partial application of the function being defined. Thus, the following example cannot be accepted due to the presence of partial application of \ident{wrong} into the body of \ident{wrong}~:
\begin{coq_example*}
- Function wrong (C:nat) {\ldots} : nat :=
+ Function wrong (C:nat) : nat :=
List.hd(List.map wrong (C::nil)).
\end{coq_example*}