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

Fix.

parent 8062c168
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ In this file we define the three message-passing connectives: ...@@ -21,7 +21,7 @@ In this file we define the three message-passing connectives:
It is additionaly shown that the channel ownership [c ↣ prot] is closed under It is additionaly shown that the channel ownership [c ↣ prot] is closed under
the subprotocol relation [⊑] *) the subprotocol relation [⊑] *)
From iris.heap_lang Require Export lifting notation. From iris.heap_lang Require Export primitive_laws notation.
From iris.heap_lang Require Import proofmode. From iris.heap_lang Require Import proofmode.
From iris.heap_lang.lib Require Import spin_lock. From iris.heap_lang.lib Require Import spin_lock.
From actris.channel Require Export proto. From actris.channel Require Export proto.
......
...@@ -34,7 +34,7 @@ non-expansiveness of these type formers is proved. This is important in order to ...@@ -34,7 +34,7 @@ non-expansiveness of these type formers is proved. This is important in order to
use these type formers to define recursive types. *) use these type formers to define recursive types. *)
From iris.bi.lib Require Import core. From iris.bi.lib Require Import core.
From iris.base_logic.lib Require Import invariants. From iris.base_logic.lib Require Import invariants.
From iris.heap_lang Require Export spin_lock. From iris.heap_lang Require Export lib.spin_lock.
From actris.logrel Require Export model. From actris.logrel Require Export model.
From actris.channel Require Export channel. From actris.channel Require Export channel.
......
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