aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-20 11:40:11 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-20 11:40:11 +0000
commit5ac32e4ad483241fdb267118b8c627cd31c97726 (patch)
tree12e0132bd6535d075d14c774c8be715c24d8b7f5 /src/common
parent9f0640ab94741d1d369d089fec763c9156d6be4f (diff)
downloadvericert-kvx-5ac32e4ad483241fdb267118b8c627cd31c97726.tar.gz
vericert-kvx-5ac32e4ad483241fdb267118b8c627cd31c97726.zip
Convert Tactics to Coquplib: export common modules
Diffstat (limited to 'src/common')
-rw-r--r--src/common/Coquplib.v (renamed from src/common/Tactics.v)9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/common/Tactics.v b/src/common/Coquplib.v
index 967c642..b801756 100644
--- a/src/common/Tactics.v
+++ b/src/common/Coquplib.v
@@ -1,4 +1,4 @@
-(*
+(*
* CoqUp: Verified high-level synthesis.
* Copyright (C) 2019-2020 Yann Herklotz <yann@yannherklotz.com>
*
@@ -16,6 +16,13 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*)
+From Coq Require Export
+ String
+ ZArith
+ Znumtheory
+ List
+ Bool.
+
Ltac unfold_rec c := unfold c; fold c.
Ltac solve_by_inverts n :=