aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions/standard/Int63/Int63_standard.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/versions/standard/Int63/Int63_standard.v')
-rw-r--r--src/versions/standard/Int63/Int63_standard.v7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/versions/standard/Int63/Int63_standard.v b/src/versions/standard/Int63/Int63_standard.v
index 865c238..85ee8b7 100644
--- a/src/versions/standard/Int63/Int63_standard.v
+++ b/src/versions/standard/Int63/Int63_standard.v
@@ -17,8 +17,11 @@
(**************************************************************************)
-(** Naive software representation of Int63. To improve. Anyway, if you
- want efficiency, rather use native-coq. **)
+(** Glue with the Int31 library of standard coq, which is linked to
+ native integers during VM computations.
+
+ CAUTION: The name "Int63" is given for compatibility reasons, but
+ int31 is used. **)
Require Export Ring31.
Require Export Int63Native.