aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions/standard/Int63/Int63_standard.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2015-02-10 18:41:46 +0100
committerChantal Keller <Chantal.Keller@inria.fr>2015-02-10 18:41:46 +0100
commitff9b5494cb1943339543eeac41683a8ec2dda437 (patch)
tree21af4c0fff64fbd03c6c2006da1e305e849ebbff /src/versions/standard/Int63/Int63_standard.v
parent5311b1fa064949089b8d17e34eb31a62426f71fd (diff)
downloadsmtcoq-ff9b5494cb1943339543eeac41683a8ec2dda437.tar.gz
smtcoq-ff9b5494cb1943339543eeac41683a8ec2dda437.zip
More on the support for standard Coq (not working yet)
Diffstat (limited to 'src/versions/standard/Int63/Int63_standard.v')
-rw-r--r--src/versions/standard/Int63/Int63_standard.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/versions/standard/Int63/Int63_standard.v b/src/versions/standard/Int63/Int63_standard.v
index 1499dd3..52be2c3 100644
--- a/src/versions/standard/Int63/Int63_standard.v
+++ b/src/versions/standard/Int63/Int63_standard.v
@@ -18,8 +18,8 @@
(** Naive software representation of Int63. To improve. Anyway, if you
want efficiency, rather use native-coq. **)
-Require Export Cyclic63.
-Require Export Ring63.
+(* Require Export Cyclic31. *)
+Require Export Ring31.
Require Export Int63Native.
Require Export Int63Op.
Require Export Int63Axioms.