diff options
| author | Guillaume Melquiond | 2015-01-29 15:27:49 +0100 |
|---|---|---|
| committer | Guillaume Melquiond | 2015-01-29 15:27:49 +0100 |
| commit | 1dfcae672aa1630bb1fe841bae9321dd9f221fc4 (patch) | |
| tree | 7346de43dab635ed8d3616b8e7cdf70f9e2ff757 /doc/refman/RefMan-oth.tex | |
| parent | fe038eea4f1c62a209db18fadb69dbab80e16c16 (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.tex | 5 |
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} |
