From 991b78fd9627ee76f1a1a39b8460bf361c6af53d Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Sat, 29 Apr 2017 09:09:35 +0200 Subject: Suppress warning message in stdlib. --- theories/Reals/Rfunctions.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Reals') diff --git a/theories/Reals/Rfunctions.v b/theories/Reals/Rfunctions.v index 653fac8d9..606136333 100644 --- a/theories/Reals/Rfunctions.v +++ b/theories/Reals/Rfunctions.v @@ -704,7 +704,7 @@ Lemma powerRZ_ind (P : Z -> R -> R -> Prop) : forall x (m : Z), P m x (powerRZ x m)%R. Proof. intros ? ? ? x m. - destruct (intP m) as [n Hm| n Hm|n Hm]. + destruct (intP m) as [Hm|n Hm|n Hm]. - easy. - now rewrite <- pow_powerRZ. - unfold powerRZ. -- cgit v1.2.3