From 8ad2e69d44c128ee9c22be462e0b538fbfa25aec Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 29 Oct 2002 13:54:31 +0000 Subject: Bugs git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3195 85f007b7-540e-0410-9357-904b9bb8a0f7 --- doc/newsyntax.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/newsyntax.tex b/doc/newsyntax.tex index e02a1b5b67..79d680fcb9 100644 --- a/doc/newsyntax.tex +++ b/doc/newsyntax.tex @@ -575,7 +575,7 @@ $identificateur$ & $module$ & $infixe/pr \texttt{Rgt} & $Rdefinitions$ & $>$ & 50 \\ \texttt{plus} & $Peano$ & + & 40\,L \\ \texttt{Zplus} & $fast_integer$ & + & 40\,L \\ -\texttt{Rplus} & $fast_integer$ & + & 40\,L \\ +\texttt{Rplus} & $Rdefinitions$ & + & 40\,L \\ \texttt{minus} & $Minus$ & - & 40\,L \\ \texttt{Zminus} & $zarith_aux$ & - & 40\,L \\ \texttt{Rminus} & $Rdefinitions$ & - & 40\,L \\ @@ -586,6 +586,7 @@ $identificateur$ & $module$ & $infixe/pr \texttt{Rmult} & $Rdefinitions$ & * & 30\,L \\ \texttt{Rdiv} & $Rdefinitions$ & / & 30\,L \\ \texttt{pow} & $Rfunctions$ & \hat & 20\,L \\ +\texttt{fact} & $Rfunctions$ & ! & 20\,L \\ \end{array} $$ -- cgit v1.2.3