aboutsummaryrefslogtreecommitdiff
path: root/theories/Init/DatatypesSyntax.v
diff options
context:
space:
mode:
authorherbelin2002-11-27 10:04:52 +0000
committerherbelin2002-11-27 10:04:52 +0000
commitfd0c50d4255ad14d5fe29399017f835e0075a75c (patch)
tree67c711eb53f56053932d21a26c2828c16e5a3188 /theories/Init/DatatypesSyntax.v
parent26576f40c02fc03c79a00978d346e9585c26bcf2 (diff)
Retour sur associativité à droite de * pour compatibilité de prod
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3308 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/DatatypesSyntax.v')
-rw-r--r--theories/Init/DatatypesSyntax.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/DatatypesSyntax.v b/theories/Init/DatatypesSyntax.v
index 9f43264157..87945b381d 100644
--- a/theories/Init/DatatypesSyntax.v
+++ b/theories/Init/DatatypesSyntax.v
@@ -13,7 +13,7 @@ Require Export Datatypes.
(** Symbolic notations for things in [Datatypes.v] *)
Infix LEFTA 4 "+" sum.
-Infix LEFTA 3 "*" prod.
+Infix RIGHTA 3 "*" prod.
Notation "( x , y )" := (pair ? ? x y) (at level 0).
Notation Fst := (fst ? ?).
Notation Snd := (snd ? ?).