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.7.ctx
### A live+, but non-live++, 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 . q2⊕m2,

s[q]: p&m1 . end,

s[q2]: p&m2 . end,

s[r1]: μ(t)r2⊕m2 . t,

s[r2]: μ(t)r1&m2 . t
back to top