diff options
| -rw-r--r-- | theories/Init/DatatypesSyntax.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/DatatypesSyntax.v b/theories/Init/DatatypesSyntax.v index 3b26f6cbbd..9f43264157 100644 --- a/theories/Init/DatatypesSyntax.v +++ b/theories/Init/DatatypesSyntax.v @@ -20,7 +20,7 @@ Notation Snd := (snd ? ?). (** Parsing only of things in [Datatypes.v] *) -Notation "< A , B > ( x , y )" := (pair A B x y) (at level 0, only parsing). +Notation "< A , B > ( x , y )" := (pair A B x y) (at level 1, only parsing). Notation "< A , B > 'Fst' ( p )" := (fst A B p) (at level 1, only parsing). Notation "< A , B > 'Snd' ( p )" := (snd A B p) (at level 1, only parsing). |
