diff options
| author | herbelin | 2002-10-23 09:25:51 +0000 |
|---|---|---|
| committer | herbelin | 2002-10-23 09:25:51 +0000 |
| commit | 8c2e66822b81c43f6d6b216fee306f6e75aeab3f (patch) | |
| tree | 009f93d6143c157213ddcdd9719e86f8014776d8 /theories/Init/DatatypesSyntax.v | |
| parent | 8d0f0114a3f2b6e352bceefcefd9b976cc4c3091 (diff) | |
Re-déplacement de sum/sumor/sumbool et prod au niveaux 4 et 3 pour
compatibilité avec la surcharge dans certains développements (p.e. Utrecht/ABP)
Déplacement de ~ au niveau 5 qui est le niveau des atomes propositionels
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3175 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/DatatypesSyntax.v')
| -rw-r--r-- | theories/Init/DatatypesSyntax.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Init/DatatypesSyntax.v b/theories/Init/DatatypesSyntax.v index 71785ce702..a0543c7281 100644 --- a/theories/Init/DatatypesSyntax.v +++ b/theories/Init/DatatypesSyntax.v @@ -25,8 +25,8 @@ with constr0 := [ (pair ? ? $lc1 $lc2) ] . -Infix 3 "+" sum. -Infix RIGHTA 2 "*" prod. +Infix 4 "+" sum. +Infix RIGHTA 3 "*" prod. (** Pretty-printing of things in Datatypes.v *) |
