From 4b0c93cbae961a0d3646a1a2fa96adcf64e47d2f Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Tue, 7 Apr 2020 23:32:40 +0200 Subject: [PATCH] Oops! Fix compilation. --- theories/relations.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/relations.v b/theories/relations.v index fdadac43..fc3eb65a 100644 --- a/theories/relations.v +++ b/theories/relations.v @@ -288,7 +288,7 @@ Section properties. Proof. induction 1 as [x _ IH]. destruct (decide (red R x)) as [[x' ?]|?]. - destruct (IH x') as (y&?&?); eauto using wn_step. - - by apply nf_wf. + - by apply nf_wn. Qed. Lemma all_loop_red x : all_loop R x → red R x. -- GitLab