aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2002-12-02 12:47:11 +0000
committerherbelin2002-12-02 12:47:11 +0000
commita03d2a3ae9eb0d318f28c494c37c77c4fe962e81 (patch)
tree7a3f28209eff71e525b7503ef8ff2b89d5660271
parent53d55b4d92c5b38793150a0933d7d5c35244d485 (diff)
`\"' redevenu �chappement pour `"'
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8300 85f007b7-540e-0410-9357-904b9bb8a0f7
-rwxr-xr-xdoc/RefMan-syn.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/RefMan-syn.tex b/doc/RefMan-syn.tex
index c5fa4bb521..ed286f5584 100755
--- a/doc/RefMan-syn.tex
+++ b/doc/RefMan-syn.tex
@@ -104,7 +104,7 @@ Notation "A /\ B" (and A B) (at level 6, right associativity).
Notation "A \/ B" (or A B) (at level 7, right associativity).
\end{coq_example*}
-By default, no associativity is assigned to the notation and the
+By default, the notation is considered non associative and its
precedence level is 1. The list of level already assigned
is on figure~\ref{coq-symbols}.
@@ -319,7 +319,7 @@ and it is equivalent to
where {\tt x} and {\tt y} are fresh names distinct from {\qualid}. Here is an example.
\begin{coq_example*}
-Infix "/\" and (at level 6, right associativity).
+Infix "/\\" and (at level 6, right associativity).
\end{coq_example*}
\section{Symbolic interpretation scopes}