aboutsummaryrefslogtreecommitdiffstats
path: root/src/Int63/Int63.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Int63/Int63.v')
-rw-r--r--src/Int63/Int63.v23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/Int63/Int63.v b/src/Int63/Int63.v
new file mode 100644
index 0000000..acee305
--- /dev/null
+++ b/src/Int63/Int63.v
@@ -0,0 +1,23 @@
+(**************************************************************************)
+(* *)
+(* SMTCoq *)
+(* Copyright (C) 2011 - 2021 *)
+(* *)
+(* See file "AUTHORS" for the list of authors *)
+(* *)
+(* This file is distributed under the terms of the CeCILL-C licence *)
+(* *)
+(**************************************************************************)
+
+
+(** 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.
+Require Export Int63Op.
+Require Export Int63Axioms.
+Require Export Int63Properties.