mirror of
https://github.com/dhil/phd-dissertation
synced 2026-03-13 02:58:26 +00:00
fix overflow
This commit is contained in:
@@ -2347,13 +2347,13 @@ $\environment$ handler.
|
||||
\[
|
||||
\bl
|
||||
\sessionmgr : \Record{\User; \UnitType \to \alpha \eff \EnvE} \to \alpha\\
|
||||
\sessionmgr~\Record{user;m} \defas
|
||||
\environment\,\langle{}user;(\lambda\Unit.
|
||||
\sessionmgr\,\Record{user;m} \defas
|
||||
\environment\langle{}user;(\lambda\Unit.
|
||||
\ba[t]{@{}l}
|
||||
\Handle\;m\,\Unit\;\With\\
|
||||
~\ba{@{~}l@{~}c@{~}l}
|
||||
\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
|
||||
\el
|
||||
|
||||
Reference in New Issue
Block a user