aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/NArith/BinNat.v
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-10-22 16:01:53 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-10-22 16:01:53 +0000
commit92e6a939db93015e17c8b6d5b699aaf7e0b3cc9d (patch)
treed4c6dd9ae528011c1eb15d12e0c9d5afc3c2ed19 /theories/NArith/BinNat.v
parentf0168fd8ce775b0a96e8cf026e953e9d55f4de25 (diff)
Still another Open Scope than should be Local
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13571 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/NArith/BinNat.v')
-rw-r--r--theories/NArith/BinNat.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/NArith/BinNat.v b/theories/NArith/BinNat.v
index 21aaabcbc..59167545a 100644
--- a/theories/NArith/BinNat.v
+++ b/theories/NArith/BinNat.v
@@ -25,7 +25,7 @@ Delimit Scope N_scope with N.
Bind Scope N_scope with N.
Arguments Scope Npos [positive_scope].
-Open Local Scope N_scope.
+Local Open Scope N_scope.
Definition Ndiscr : forall n:N, { p:positive | n = Npos p } + { n = N0 }.
Proof.