aboutsummaryrefslogtreecommitdiffstats
path: root/src/Int63/Int63.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-07-07 09:19:37 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-07-07 09:19:37 +0200
commit953715b06c502b51fddc6598f810ff4752621481 (patch)
tree8327255fcadbdb72b12bb1eb1ef96fc4b60b656e /src/Int63/Int63.v
parent2c3b041073910c7d84d7995992e014e56aaed1fb (diff)
parente2683e1e653a1b6872a886f4b99218e2803f7a74 (diff)
downloadsmtcoq-953715b06c502b51fddc6598f810ff4752621481.tar.gz
smtcoq-953715b06c502b51fddc6598f810ff4752621481.zip
Merge remote-tracking branch 'remotes/origin/coq-8.10' into coq-8.11
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.