From fc82b6c80fd3feeb4ef9478e6faa16b5b1104593 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Thu, 21 Jan 2021 15:44:09 +0100 Subject: Qualify `Hint` as `Global Hint` where appropriate This avoids a new warning of Coq 8.13. Eventually these `Global Hint` should become `#[export] Hint`, with a cleaner but different meaning than `Global Hint`. --- lib/Intv.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Intv.v') diff --git a/lib/Intv.v b/lib/Intv.v index 19943942..82d3c751 100644 --- a/lib/Intv.v +++ b/lib/Intv.v @@ -303,7 +303,7 @@ Qed. (** Hints *) -Hint Resolve +Global Hint Resolve notin_range range_notin is_notempty empty_notin in_notempty disjoint_sym empty_disjoint_r empty_disjoint_l -- cgit