Skip to content
Snippets Groups Projects
Commit ac963c11 authored by Ralf Jung's avatar Ralf Jung
Browse files

update dependencies

parent 5c15dade
No related branches found
No related tags found
No related merge requests found
Pipeline #91170 failed
...@@ -15,7 +15,7 @@ This branch uses a proper weak memory model. ...@@ -15,7 +15,7 @@ This branch uses a proper weak memory model.
""" """
depends: [ depends: [
"coq-gpfsl" { (= "dev.2023-09-30.0.941e58fb") | (= "dev") } "coq-gpfsl" { (= "dev.2023-10-03.0.41e501bd") | (= "dev") }
] ]
build: [make "-j%{jobs}%"] build: [make "-j%{jobs}%"]
......
...@@ -81,7 +81,7 @@ Proof. ...@@ -81,7 +81,7 @@ Proof.
iDestruct "Hκinv" as "[(Hκ & Hκalive & _)|[_ %]]"; last first. iDestruct "Hκinv" as "[(Hκ & Hκalive & _)|[_ %]]"; last first.
{ by destruct (lft_alive_and_dead_in A κ). } { by destruct (lft_alive_and_dead_in A κ). }
assert (κ K') as HκK' by set_solver +HκK HKK'. assert (κ K') as HκK' by set_solver +HκK HKK'.
specialize (IH (K {[ κ ]})). feed specialize IH; [set_solver +HκK|set_solver +HVs|]. ospecialize (IH (K {[ κ ]}) _ _); [set_solver +HκK|set_solver +HVs|].
iMod (IH ({[ κ ]} K') with "[HI Halive Hκalive] HK") as "[[HI Halive] Hdead]". iMod (IH ({[ κ ]} K') with "[HI Halive Hκalive] HK") as "[[HI Halive] Hdead]".
{ set_solver +HKK'. } { set_solver +HKK'. }
{ rewrite [_ K'](comm (R:=eq)) -(assoc (R:=eq) ()) -union_difference_L // { rewrite [_ K'](comm (R:=eq)) -(assoc (R:=eq) ()) -union_difference_L //
......
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