summaryrefslogtreecommitdiff
path: root/lib/Coqlib.v
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Coqlib.v')
-rw-r--r--lib/Coqlib.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Coqlib.v b/lib/Coqlib.v
index 8aeadb9..f58a894 100644
--- a/lib/Coqlib.v
+++ b/lib/Coqlib.v
@@ -556,7 +556,8 @@ Proof.
transitivity (p * (q / p)). omega. ring.
right; red; intros. elim n. apply Z_div_exact_1; auto.
inv H0. rewrite Z_div_mult; auto. ring.
-Qed.
+Defined.
+Global Opaque Zdivide_dec.
(** Conversion from [Z] to [nat]. *)