aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ? ?).