aboutsummaryrefslogtreecommitdiffstats
path: root/src/SMTCoq.v
diff options
context:
space:
mode:
authorvblot <24938579+vblot@users.noreply.github.com>2021-08-25 14:56:41 +0200
committervblot <24938579+vblot@users.noreply.github.com>2021-08-25 14:57:08 +0200
commit01431eb67ed566baa2268f1382d687bc7b020d1c (patch)
treebdb5a8bfb973b26f513ad13b4ce454226ebb45c8 /src/SMTCoq.v
parentb871bf9dd8aebe5dbfa08988d334f768a1021795 (diff)
downloadsmtcoq-01431eb67ed566baa2268f1382d687bc7b020d1c.tar.gz
smtcoq-01431eb67ed566baa2268f1382d687bc7b020d1c.zip
fix array notations clash with ssreflect
Diffstat (limited to 'src/SMTCoq.v')
-rw-r--r--src/SMTCoq.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMTCoq.v b/src/SMTCoq.v
index 9c85d72..694f2ed 100644
--- a/src/SMTCoq.v
+++ b/src/SMTCoq.v
@@ -11,7 +11,7 @@
Require Export PropToBool.
-Require Export Int63 List PArray.
+Require Export Int63 List.
Require Export SMTCoq.State SMTCoq.SMT_terms SMTCoq.Trace SMT_classes_instances.
Require Export Tactics.
Require Export Conversion_tactics.