aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions/standard/Int63/Int63_standard.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2015-01-13 19:11:21 +0100
committerChantal Keller <Chantal.Keller@inria.fr>2015-01-13 19:11:21 +0100
commit1179417fe52caa72e1b2f2b7fd711d22c86fbc3e (patch)
tree056dae15001bcc7ff2978cf2b09800f95aae979f /src/versions/standard/Int63/Int63_standard.v
parent78167cc85a2f580691ef08ce8ccd3391158167d3 (diff)
downloadsmtcoq-1179417fe52caa72e1b2f2b7fd711d22c86fbc3e.tar.gz
smtcoq-1179417fe52caa72e1b2f2b7fd711d22c86fbc3e.zip
Start porting to the standard version of Coq (not finished yet)
Diffstat (limited to 'src/versions/standard/Int63/Int63_standard.v')
-rw-r--r--src/versions/standard/Int63/Int63_standard.v20
1 files changed, 20 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..3540b71
--- /dev/null
+++ b/src/versions/standard/Int63/Int63_standard.v
@@ -0,0 +1,20 @@
+(**************************************************************************)
+(* *)
+(* 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 *)
+(* *)
+(**************************************************************************)
+
+Require Export Int63Native.
+Require Export Int63Op.
+Require Export Int63Axioms.
+Require Export Int63Properties.