diff options
| author | herbelin | 2002-11-26 07:55:40 +0000 |
|---|---|---|
| committer | herbelin | 2002-11-26 07:55:40 +0000 |
| commit | e21132724e9aa6b677434b13112dcfa008eb3b21 (patch) | |
| tree | 97468574eb205f6c8a44156fb9fcdb562f363ddd | |
| parent | 16d1a84496e77f53f11b73b022941af275f9be32 (diff) | |
Bug niveau
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3288 85f007b7-540e-0410-9357-904b9bb8a0f7
| -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). |
