Skip to content
Snippets Groups Projects
Commit 73c72d27 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Add `switch` in HeapLang (for n-ary branching).

parent 236cc613
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ theories/utils/compare.v ...@@ -6,6 +6,7 @@ theories/utils/compare.v
theories/utils/contribution.v theories/utils/contribution.v
theories/utils/group.v theories/utils/group.v
theories/utils/cofe_solver_2.v theories/utils/cofe_solver_2.v
theories/utils/switch.v
theories/channel/proto_model.v theories/channel/proto_model.v
theories/channel/proto.v theories/channel/proto.v
theories/channel/channel.v theories/channel/channel.v
......
...@@ -9,5 +9,5 @@ build: [make "-j%{jobs}%"] ...@@ -9,5 +9,5 @@ build: [make "-j%{jobs}%"]
install: [make "install"] install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/actris" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/actris" ]
depends: [ depends: [
"coq-iris" { (= "dev.2020-04-04.2.c2367a65") | (= "dev") } "coq-iris" { (= "dev.2020-04-13.0.26dc475b") | (= "dev") }
] ]
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