aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorJames Pollard <james@pollard.dev>2020-06-17 23:08:32 +0100
committerJames Pollard <james@pollard.dev>2020-06-17 23:08:32 +0100
commit00c579e603478d452959dde0ec61672d7b5d27a4 (patch)
tree182b9c995c5ab396a400991e427377aa3822bf2b /src/common
parent58f0022a8b5f9ab42e1a8515a77820a9d086ba76 (diff)
downloadvericert-00c579e603478d452959dde0ec61672d7b5d27a4.tar.gz
vericert-00c579e603478d452959dde0ec61672d7b5d27a4.zip
Some (very) useful lemmas about arrays.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/Coquplib.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/Coquplib.v b/src/common/Coquplib.v
index 675ad23..efa1323 100644
--- a/src/common/Coquplib.v
+++ b/src/common/Coquplib.v
@@ -52,6 +52,8 @@ Ltac clear_obvious :=
Ltac simplify := simpl in *; clear_obvious; simpl in *; try discriminate.
+Global Opaque Nat.div.
+
(* Definition const (A B : Type) (a : A) (b : B) : A := a.
Definition compose (A B C : Type) (f : B -> C) (g : A -> B) (x : A) : C := f (g x). *)