aboutsummaryrefslogtreecommitdiff
path: root/doc/refman/RefMan-oth.tex
diff options
context:
space:
mode:
authorGuillaume Melquiond2015-01-29 15:27:49 +0100
committerGuillaume Melquiond2015-01-29 15:27:49 +0100
commit1dfcae672aa1630bb1fe841bae9321dd9f221fc4 (patch)
tree7346de43dab635ed8d3616b8e7cdf70f9e2ff757 /doc/refman/RefMan-oth.tex
parentfe038eea4f1c62a209db18fadb69dbab80e16c16 (diff)
Remove spurious "Loading ML file" and "<W> Grammar extension" from the reference manual.
Diffstat (limited to 'doc/refman/RefMan-oth.tex')
-rw-r--r--doc/refman/RefMan-oth.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/refman/RefMan-oth.tex b/doc/refman/RefMan-oth.tex
index 64fab055ea..ce230a0f73 100644
--- a/doc/refman/RefMan-oth.tex
+++ b/doc/refman/RefMan-oth.tex
@@ -355,8 +355,10 @@ is a variant of {\tt Search
statements whose conclusion has exactly the expected form, or whose
statement finishes by the given series of hypothesis/conclusion.
-\begin{coq_example}
+\begin{coq_example*}
Require Import Arith.
+\end{coq_example*}
+\begin{coq_example}
SearchPattern (_ + _ = _ + _).
SearchPattern (nat -> bool).
SearchPattern (forall l : list _, _ l l).
@@ -367,7 +369,6 @@ must occur in two places by using pattern variables `{\texttt
?{\ident}}''.
\begin{coq_example}
-Require Import Arith.
SearchPattern (?X1 + _ = _ + ?X1).
\end{coq_example}