aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/Ranalysis1.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-14 00:37:06 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-14 00:37:06 +0000
commitdbfadc5cb31e2857d2fba3ea46f320485a718af3 (patch)
tree9ff513b99333cbf82677b3b210df38dd0897783b /theories/Reals/Ranalysis1.v
parentef82712e5b4b55e5da12cb369ccb980d0fd41db2 (diff)
Local 'o'
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3918 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Reals/Ranalysis1.v')
-rw-r--r--theories/Reals/Ranalysis1.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Reals/Ranalysis1.v b/theories/Reals/Ranalysis1.v
index 42293730c..068b9367b 100644
--- a/theories/Reals/Ranalysis1.v
+++ b/theories/Reals/Ranalysis1.v
@@ -34,7 +34,7 @@ Notation "- x" := (opp_fct x) (at level 0) : Rfun_scope
Infix "*" mult_fct (at level 3, left associativity) : Rfun_scope.
Infix "-" minus_fct (at level 4, left associativity) : Rfun_scope.
Infix "/" div_fct (at level 3, left associativity) : Rfun_scope.
-Notation "f1 'o' f2" := (comp f1 f2) (at level 2, right associativity)
+Notation Local "f1 'o' f2" := (comp f1 f2) (at level 2, right associativity)
: Rfun_scope.
Notation "/ x" := (inv_fct x) (at level 0): Rfun_scope
V8only (at level 30, left associativity).