mirror of
https://github.com/dhil/phd-dissertation
synced 2026-03-13 11:08:25 +00:00
fix overflow
This commit is contained in:
@@ -2347,13 +2347,13 @@ $\environment$ handler.
|
|||||||
\[
|
\[
|
||||||
\bl
|
\bl
|
||||||
\sessionmgr : \Record{\User; \UnitType \to \alpha \eff \EnvE} \to \alpha\\
|
\sessionmgr : \Record{\User; \UnitType \to \alpha \eff \EnvE} \to \alpha\\
|
||||||
\sessionmgr~\Record{user;m} \defas
|
\sessionmgr\,\Record{user;m} \defas
|
||||||
\environment\,\langle{}user;(\lambda\Unit.
|
\environment\langle{}user;(\lambda\Unit.
|
||||||
\ba[t]{@{}l}
|
\ba[t]{@{}l}
|
||||||
\Handle\;m\,\Unit\;\With\\
|
\Handle\;m\,\Unit\;\With\\
|
||||||
~\ba{@{~}l@{~}c@{~}l}
|
~\ba{@{~}l@{~}c@{~}l}
|
||||||
\Return\;res &\mapsto& res\\
|
\Return\;res &\mapsto& res\\
|
||||||
\OpCase{\Su}{user'}{resume} &\mapsto& \environment\,\Record{user';resume})\rangle
|
\OpCase{\Su}{user'}{resume} &\mapsto& \environment\Record{user';resume})\rangle
|
||||||
\ea
|
\ea
|
||||||
\ea
|
\ea
|
||||||
\el
|
\el
|
||||||
|
|||||||
Reference in New Issue
Block a user