From 042125b58a1d853b3e4d0d4e21e53b0979ed2659 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Tue, 10 Sep 2024 15:59:47 +0200
Subject: [PATCH] update dependencies

---
 coq-lambda-rust.opam        | 2 +-
 theories/typing/soundness.v | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/coq-lambda-rust.opam b/coq-lambda-rust.opam
index e0bfe4f8..c325151b 100644
--- a/coq-lambda-rust.opam
+++ b/coq-lambda-rust.opam
@@ -15,7 +15,7 @@ This branch uses a proper weak memory model.
 """
 
 depends: [
-  "coq-gpfsl" { (= "dev.2024-09-10.0.6170a8bd") | (= "dev") }
+  "coq-gpfsl" { (= "dev.2024-09-10.1.5365229f") | (= "dev") }
 ]
 
 build: [make "-j%{jobs}%"]
diff --git a/theories/typing/soundness.v b/theories/typing/soundness.v
index 5f77054e..e95f9721 100644
--- a/theories/typing/soundness.v
+++ b/theories/typing/soundness.v
@@ -61,7 +61,6 @@ Section type_soundness.
     { by rewrite /elctx_interp /=. }
     { rewrite /llctx_interp /=. iSplit; last done. iExists ϝ.
       rewrite /= left_id. iSplit; first done.
-      rewrite decide_True //.
       by iDestruct "Hϝ" as "[$ #$]". }
     rewrite cctx_interp_singleton. simpl. iIntros (args) "_ _".
     inv_vec args. iIntros (x) "_ /=". by wp_lam.
-- 
GitLab