aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions/standard/Int63/Int63_standard.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2016-03-18 18:01:20 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2016-03-18 18:01:20 +0100
commitbfce2747a747f48465fe32c3d29304ca6e774f25 (patch)
tree6baf459718c380e90b76b5938e625ca0272a58e4 /src/versions/standard/Int63/Int63_standard.v
parent23539f231727113d53e4fdeae531d048b21730ae (diff)
downloadsmtcoq-bfce2747a747f48465fe32c3d29304ca6e774f25.tar.gz
smtcoq-bfce2747a747f48465fe32c3d29304ca6e774f25.zip
Light port to Coq 8.5 under progress
Diffstat (limited to 'src/versions/standard/Int63/Int63_standard.v')
-rw-r--r--src/versions/standard/Int63/Int63_standard.v26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/versions/standard/Int63/Int63_standard.v b/src/versions/standard/Int63/Int63_standard.v
new file mode 100644
index 0000000..52be2c3
--- /dev/null
+++ b/src/versions/standard/Int63/Int63_standard.v
@@ -0,0 +1,26 @@
+(**************************************************************************)
+(* *)
+(* SMTCoq *)
+(* Copyright (C) 2011 - 2015 *)
+(* *)
+(* Chantal Keller *)
+(* *)
+(* from the Int63 library of native-coq *)
+(* by Benjamin Gregoire and Laurent Thery *)
+(* *)
+(* Inria - École Polytechnique - MSR-Inria Joint Lab *)
+(* *)
+(* This file is distributed under the terms of the CeCILL-C licence *)
+(* *)
+(**************************************************************************)
+
+
+(** Naive software representation of Int63. To improve. Anyway, if you
+ want efficiency, rather use native-coq. **)
+
+(* Require Export Cyclic31. *)
+Require Export Ring31.
+Require Export Int63Native.
+Require Export Int63Op.
+Require Export Int63Axioms.
+Require Export Int63Properties.