aboutsummaryrefslogtreecommitdiffstats
path: root/src/Int63/Int63.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-07-07 14:32:37 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-07-07 14:32:37 +0200
commit0a0dc47da1916c2a850610cfb80ba04c17e64549 (patch)
tree022eaa0105a039341d09ec8b8ec530cc64c935f4 /src/Int63/Int63.v
parentfd20ab4585d6e445cd9998ca33e70eb046613be1 (diff)
parentfa531ff0ef33557d38584f03126caea9507a5a67 (diff)
downloadsmtcoq-0a0dc47da1916c2a850610cfb80ba04c17e64549.tar.gz
smtcoq-0a0dc47da1916c2a850610cfb80ba04c17e64549.zip
Merge remote-tracking branch 'remotes/origin/coq-8.11' into coq-8.12
Diffstat (limited to 'src/Int63/Int63.v')
-rw-r--r--src/Int63/Int63.v23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/Int63/Int63.v b/src/Int63/Int63.v
deleted file mode 100644
index acee305..0000000
--- a/src/Int63/Int63.v
+++ /dev/null
@@ -1,23 +0,0 @@
-(**************************************************************************)
-(* *)
-(* 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.