From e21132724e9aa6b677434b13112dcfa008eb3b21 Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 26 Nov 2002 07:55:40 +0000 Subject: Bug niveau git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3288 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/DatatypesSyntax.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- cgit v1.2.3