aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/Ranalysis1.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-17 23:11:54 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-17 23:11:54 +0000
commitce86af4ef87e6778027c9dd6f3ae0b8b78df7aa5 (patch)
treeef744c59db5278724259dcc5df6b8a533ace412a /theories/Reals/Ranalysis1.v
parenta74ef1a05e7500a5c1ccba0a3e4e29655ae485c9 (diff)
20 est uniquement associatif a gauche
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4672 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Reals/Ranalysis1.v')
-rw-r--r--theories/Reals/Ranalysis1.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/theories/Reals/Ranalysis1.v b/theories/Reals/Ranalysis1.v
index 715b9a0ae..88fd935b1 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.