aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories
diff options
context:
space:
mode:
authorGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-05 21:13:35 +0000
committerGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-05 21:13:35 +0000
commit92fd77538371d96a52326eb73b120800c9fe79c9 (patch)
tree41aac5cd287c31ecfb969b3a5e8965533aaa6b1b /theories
parente4c182cfc8529f519961aa0433e3ef83815eb2f8 (diff)
Backtrack commit 10887 (priorité des notations pour les signatures de
morphismes). Les mettre au niveau 90 est peut-être plus naturel mais entraîne trop d'incompatibilités (cf commit 10813 et 10825) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10888 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories')
-rw-r--r--theories/Classes/Morphisms.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/theories/Classes/Morphisms.v b/theories/Classes/Morphisms.v
index 24e568d29..5ac6d8ee5 100644
--- a/theories/Classes/Morphisms.v
+++ b/theories/Classes/Morphisms.v
@@ -51,13 +51,13 @@ Definition respectful (A B : Type)
Delimit Scope signature_scope with signature.
Notation " R ++> R' " := (@respectful _ _ (R%signature) (R'%signature))
- (right associativity, at level 90) : signature_scope.
+ (right associativity, at level 55) : signature_scope.
Notation " R ==> R' " := (@respectful _ _ (R%signature) (R'%signature))
- (right associativity, at level 90) : signature_scope.
+ (right associativity, at level 55) : signature_scope.
Notation " R --> R' " := (@respectful _ _ (inverse (R%signature)) (R'%signature))
- (right associativity, at level 90) : signature_scope.
+ (right associativity, at level 55) : signature_scope.
Arguments Scope respectful [type_scope type_scope signature_scope signature_scope].