From 73c72d27a7b6483c6834a51b6cf94080a204ae27 Mon Sep 17 00:00:00 2001
From: Robbert Krebbers <mail@robbertkrebbers.nl>
Date: Tue, 14 Apr 2020 00:53:58 +0200
Subject: [PATCH] Add `switch` in HeapLang (for n-ary branching).

---
 _CoqProject | 1 +
 opam        | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/_CoqProject b/_CoqProject
index 7d1b14e..f501a6e 100644
--- a/_CoqProject
+++ b/_CoqProject
@@ -6,6 +6,7 @@ theories/utils/compare.v
 theories/utils/contribution.v
 theories/utils/group.v
 theories/utils/cofe_solver_2.v
+theories/utils/switch.v
 theories/channel/proto_model.v
 theories/channel/proto.v
 theories/channel/channel.v
diff --git a/opam b/opam
index 8358c2b..426961d 100644
--- a/opam
+++ b/opam
@@ -9,5 +9,5 @@ build: [make "-j%{jobs}%"]
 install: [make "install"]
 remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/actris" ]
 depends: [
-  "coq-iris" { (= "dev.2020-04-04.2.c2367a65") | (= "dev") }
+  "coq-iris" { (= "dev.2020-04-13.0.26dc475b") | (= "dev") }
 ]
-- 
GitLab