Skip to content
Snippets Groups Projects
Verified Commit 954ca865 authored by Lennard Gäher's avatar Lennard Gäher
Browse files

fix

parent 347ae8ed
No related branches found
No related tags found
No related merge requests found
Pipeline #113020 failed
......@@ -8,6 +8,8 @@
-arg -w -arg -redundant-canonical-projection
# we use Restart for demoing purposes, sometimes
-arg -w -arg -undo-batch-mode
# https://gitlab.mpi-sws.org/iris/stdpp/-/issues/216
-arg -w -arg -notation-incompatible-prefix
# library stuff
theories/lib/maps.v
......
......@@ -9,10 +9,10 @@ bug-reports: "https://gitlab.mpi-sws.org/FP/semantics-course/issues"
version: "dev"
depends: [
"coq" { (>= "8.19" & < "8.21~") | (= "dev") }
"coq" { (>= "8.20" & < "8.21~") | (= "dev") }
"coq-iris-heap-lang" { (= "dev.2024-12-06.1.72e683c9") | (= "dev") }
"coq-equations" { (= "1.3+8.19") | (= "1.3+8.20") }
"coq-autosubst" { (= "1.8") | (= "dev") }
"coq-equations" { (= "1.3+8.19") | (= "1.3.1+8.20") }
"coq-autosubst" { (= "1.9") | (= "dev") }
]
build: [make "-j%{jobs}%"]
......
......@@ -48,7 +48,7 @@ Proof.
iApply (step_fupd_wand with "H"). iIntros ">($ & He2 & -> & ->) !>".
rewrite !app_nil_r; iFrame.
iPureIntro; split; first done.
rewrite !app_length; simpl; lia.
rewrite !length_app; simpl; lia.
Qed.
Lemma wptp_steps s n es1 es2 κs σ1 σ2 Φs :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment