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

update dependencies

parent b34e97cf
No related branches found
No related tags found
No related merge requests found
Pipeline #94277 failed
......@@ -13,7 +13,7 @@ the type system, and safety proof for some Rust libraries.
"""
depends: [
"coq-iris" { (= "dev.2023-11-17.0.e29d4cf8") | (= "dev") }
"coq-iris" { (= "dev.2023-12-15.0.5fbf777b") | (= "dev") }
]
build: [make "-j%{jobs}%"]
......
......@@ -12,6 +12,7 @@ Import uPred.
Definition lock_stateR : cmra :=
csumR (exclR unitO) natR.
(* These days this could use gmap_view, but this code predates that. *)
Definition heapUR : ucmra :=
gmapUR loc (prodR (prodR fracR lock_stateR) (agreeR valO)).
......
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