From ce86af4ef87e6778027c9dd6f3ae0b8b78df7aa5 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 17 Oct 2003 23:11:54 +0000 Subject: 20 est uniquement associatif a gauche git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4672 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Reals/Ranalysis1.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theories/Reals/Ranalysis1.v b/theories/Reals/Ranalysis1.v index 715b9a0ae8..88fd935b10 100644 --- a/theories/Reals/Ranalysis1.v +++ b/theories/Reals/Ranalysis1.v @@ -34,7 +34,8 @@ V8Infix "*" mult_fct : Rfun_scope. V8Infix "-" minus_fct : Rfun_scope. V8Infix "/" div_fct : Rfun_scope. Notation Local "f1 'o' f2" := (comp f1 f2) (at level 2, right associativity) - : Rfun_scope. + : Rfun_scope + V8only (at level 15, right associativity). V8Notation "/ x" := (inv_fct x) : Rfun_scope. Delimits Scope Rfun_scope with F. -- cgit v1.2.3