https://github.com/alcestes/mpstk-crash-stop
Raw File
Tip revision: 3104e4ddfdc03385f68f53325908136c4a18b421 authored by Alceste Scalas on 04 July 2022, 16:43:22 UTC
Update README.md
Tip revision: 3104e4d
popl19-ex5.11-a.ctx
### A safe, but non-deadlock-free, typing context.
###
### Copyright 2018 Alceste Scalas <alceste.scalas @ imperial.ac.uk>
### Released under the MIT License: https://opensource.org/licenses/MIT

s[p]: q&m1 . r⊕m3,

s[q]: r&m2 . p⊕m1,

s[r]: p&m3 . q⊕m2
back to top