From 340afd9088a841a4912685c32ae9f57f420a6b9e Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 8 Aug 2016 10:42:59 +0200 Subject: [PATCH] Assert that we have only one goal (debugging CI failure) --- program_logic/adequacy.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program_logic/adequacy.v b/program_logic/adequacy.v index 795b482ad..f8927d9da 100644 --- a/program_logic/adequacy.v +++ b/program_logic/adequacy.v @@ -94,7 +94,7 @@ Lemma wptp_result n e1 t1 v2 t2 σ1 σ2 φ : world σ1 ★ WP e1 {{ v, ■φ v }} ★ wptp t1 ⊢ Nat.iter (S (S n)) (λ P, |=r=> ▷ P) (■φ v2). Proof. - intros. rewrite wptp_steps // (Nat_iter_S_r (S n)); apply: rvs_iter_mono. + intros. rewrite wptp_steps // (Nat_iter_S_r (S n)); []. apply: rvs_iter_mono. iDestruct 1 as (e2 t2') "(% & (Hw & HE & _) & H & _)"; simplify_eq. iDestruct (wp_value_inv with "H") as "H". rewrite pvs_eq /pvs_def. iVs ("H" with "[Hw HE]") as ">(_ & _ & $)"; iFrame; auto. -- GitLab