aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions/standard/Int63/Int63_standard.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2015-02-10 11:48:19 +0100
committerChantal Keller <Chantal.Keller@inria.fr>2015-02-10 11:48:19 +0100
commit5311b1fa064949089b8d17e34eb31a62426f71fd (patch)
tree026260bd339c723858d0edc144a370c26d2ec1ec /src/versions/standard/Int63/Int63_standard.v
parent1179417fe52caa72e1b2f2b7fd711d22c86fbc3e (diff)
downloadsmtcoq-5311b1fa064949089b8d17e34eb31a62426f71fd.tar.gz
smtcoq-5311b1fa064949089b8d17e34eb31a62426f71fd.zip
Frontend for the standard version of Coq (still bad computational behavior)
Diffstat (limited to 'src/versions/standard/Int63/Int63_standard.v')
-rw-r--r--src/versions/standard/Int63/Int63_standard.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/versions/standard/Int63/Int63_standard.v b/src/versions/standard/Int63/Int63_standard.v
index 3540b71..1499dd3 100644
--- a/src/versions/standard/Int63/Int63_standard.v
+++ b/src/versions/standard/Int63/Int63_standard.v
@@ -14,6 +14,12 @@
(* *)
(**************************************************************************)
+
+(** Naive software representation of Int63. To improve. Anyway, if you
+ want efficiency, rather use native-coq. **)
+
+Require Export Cyclic63.
+Require Export Ring63.
Require Export Int63Native.
Require Export Int63Op.
Require Export Int63Axioms.