aboutsummaryrefslogtreecommitdiffstats
path: root/src/Int63/Int63.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-05-28 19:59:39 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-05-28 19:59:39 +0200
commit220afeb0eb1b0b63fccd29e254f3179cac834c12 (patch)
tree7ff6cc51b5e09034658fe053ccff4675a964ed13 /src/Int63/Int63.v
parenta827528c0435f2006560b8cb359420bbffe85881 (diff)
parent4c348a170ea80d20f08ccd5b20e98f56b9267485 (diff)
downloadsmtcoq-220afeb0eb1b0b63fccd29e254f3179cac834c12.tar.gz
smtcoq-220afeb0eb1b0b63fccd29e254f3179cac834c12.zip
Merge branch 'coq-8.12' of github.com:smtcoq/smtcoq into coq-8.13
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.