Skip to content

Commit

Permalink
work-around for runtimeverification/k#2397
Browse files Browse the repository at this point in the history
  • Loading branch information
dfava committed Jan 15, 2018
1 parent 8e518b7 commit ca69b6d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/k/mmgo/mmgo-select.k
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,7 @@ module MMGO-SELECT
<goroutine> // Receiver
<id> _ </id>
<k> selAux(.K) => selClear ~> Tr[V/Zr] ... </k>
<select>
...
<selBranch> (let Zr:Id = <- channel(Ref:Int) in Tr:Term):LetChan </selBranch>
...
</select>
<selBranch> (let Zr:Id = <- channel(Ref:Int) in Tr:Term):LetChan </selBranch>
<sigma>
<HB> HMapR:Map => mergeHB( HMapS, HMapR ) </HB>
<S> SSetR:Set => SSetS SSetR </S>
Expand Down

0 comments on commit ca69b6d

Please sign in to comment.