aboutsummaryrefslogtreecommitdiff
path: root/theories/Init/DatatypesSyntax.v
diff options
context:
space:
mode:
authorherbelin2002-10-22 15:41:22 +0000
committerherbelin2002-10-22 15:41:22 +0000
commitb64e6112b187edcd96816b1728aed6f4de233554 (patch)
treecae32b973e2495507429dd0c6afce79f9fcef74d /theories/Init/DatatypesSyntax.v
parent6dc2847536b74df5a4a2e28ba5a990d89b003296 (diff)
Redéplacement de + (sum) et * (prod) au niveau de + et * de l'arithmétique; ajout d'une option 'level' pour Notation; utilisation de Notation pour sumor et sumbool
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3173 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/DatatypesSyntax.v')
-rw-r--r--theories/Init/DatatypesSyntax.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Init/DatatypesSyntax.v b/theories/Init/DatatypesSyntax.v
index d51e7acbcb..71785ce702 100644
--- a/theories/Init/DatatypesSyntax.v
+++ b/theories/Init/DatatypesSyntax.v
@@ -25,8 +25,8 @@ with constr0 :=
[ (pair ? ? $lc1 $lc2) ]
.
-Infix 7 "+" sum.
-Infix RIGHTA 6 "*" prod.
+Infix 3 "+" sum.
+Infix RIGHTA 2 "*" prod.
(** Pretty-printing of things in Datatypes.v *)