aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/Coquplib.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Coquplib.v')
-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 :=