aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-22 20:34:43 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-22 20:34:43 +0000
commitc9d7e13cbe125a708ce4d4afd9473bae80cc09fc (patch)
treebfe965ba072b5c649fd11c392ac051d47ad7a4c2 /src/common
parent5ac32e4ad483241fdb267118b8c627cd31c97726 (diff)
downloadvericert-c9d7e13cbe125a708ce4d4afd9473bae80cc09fc.tar.gz
vericert-c9d7e13cbe125a708ce4d4afd9473bae80cc09fc.zip
Add compcert library to coquplib
Diffstat (limited to 'src/common')
-rw-r--r--src/common/Coquplib.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/Coquplib.v b/src/common/Coquplib.v
index b801756..310efa5 100644
--- a/src/common/Coquplib.v
+++ b/src/common/Coquplib.v
@@ -23,6 +23,10 @@ From Coq Require Export
List
Bool.
+(* Depend on CompCert for the basic library, as they declare and prove some
+ useful theorems. *)
+From compcert.lib Require Export Coqlib.
+
Ltac unfold_rec c := unfold c; fold c.
Ltac solve_by_inverts n :=