From 2407beea26ae531431db3123ecba6a08acd4e3e2 Mon Sep 17 00:00:00 2001 From: msozeau Date: Mon, 21 Apr 2008 16:26:38 +0000 Subject: - Correct unification for the rewrite variant of setoid_rewrite, so that the example of bug #1425 is accepted. - Backtrack level of notations for morphism signatures to 55. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10825 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Classes/Morphisms.v | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'theories') diff --git a/theories/Classes/Morphisms.v b/theories/Classes/Morphisms.v index 295d7d1a6f..e2d3f21c73 100644 --- a/theories/Classes/Morphisms.v +++ b/theories/Classes/Morphisms.v @@ -50,13 +50,13 @@ Definition respectful (A B : Type) (R : relation A) (R' : relation B) : relation 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]. -- cgit v1.2.3