From 02779dbc71c0f6985427c47ec05dd25b44dd859c Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 10 Mar 2013 12:13:12 +0000 Subject: Glasnost: making transparent a number of definitions that were opaque for no good reason. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2140 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- lib/Coqlib.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Coqlib.v') diff --git a/lib/Coqlib.v b/lib/Coqlib.v index 8aeadb96..f58a894d 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]. *) -- cgit