aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions
diff options
context:
space:
mode:
Diffstat (limited to 'src/versions')
-rw-r--r--src/versions/standard/Array/PArray_standard.v2
-rw-r--r--src/versions/standard/Int63/Int63Native_standard.v1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/versions/standard/Array/PArray_standard.v b/src/versions/standard/Array/PArray_standard.v
index e116339..ee0dd96 100644
--- a/src/versions/standard/Array/PArray_standard.v
+++ b/src/versions/standard/Array/PArray_standard.v
@@ -14,6 +14,8 @@
trees *)
+Declare Scope array_scope.
+
Require Import Int31.
Require Export Int63.
Require FMapAVL.
diff --git a/src/versions/standard/Int63/Int63Native_standard.v b/src/versions/standard/Int63/Int63Native_standard.v
index a5a931b..abb91ee 100644
--- a/src/versions/standard/Int63/Int63Native_standard.v
+++ b/src/versions/standard/Int63/Int63Native_standard.v
@@ -20,6 +20,7 @@ Definition size := size.
Notation int := int31.
+Declare Scope int63_scope.
Delimit Scope int63_scope with int.
Bind Scope int63_scope with int.