From 2042daa9a6e13cbb9636a62812015749d95c2283 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Mon, 18 Jul 2016 11:30:39 +0200 Subject: Replacing deprecated Implicit Arguments in prelude. Was triggering a deprecation warning. --- theories/Init/Wf.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/Init/Wf.v b/theories/Init/Wf.v index 985ecaf279..b5b17e5e8d 100644 --- a/theories/Init/Wf.v +++ b/theories/Init/Wf.v @@ -34,7 +34,7 @@ Section Well_founded. destruct 1; trivial. Defined. - Global Implicit Arguments Acc_inv [x y] [x]. + Global Arguments Acc_inv [x] _ [y] _, [x] _ y _. (** A relation is well-founded if every element is accessible *) -- cgit v1.2.3