1
0
mirror of https://github.com/dhil/phd-dissertation synced 2026-03-13 11:08:25 +00:00

Fix macro use

This commit is contained in:
2020-10-14 22:44:19 +01:00
parent 95244693f4
commit 53c76a0934

View File

@@ -2391,11 +2391,11 @@ installs a new instance of $\environment$, which is the environment
belonging to $user'$, and runs the resumption $resume$ under this belonging to $user'$, and runs the resumption $resume$ under this
instance. instance.
% %
The new instance of $\env$ shadows the initial instance, and therefore The new instance of $\environment$ shadows the initial instance, and
it will intercept and handle any subsequent invocations of $\Ask$ therefore it will intercept and handle any subsequent invocations of
arising from running the resumption. A subsequent invocation of $\Su$ $\Ask$ arising from running the resumption. A subsequent invocation of
will install another environment instance, which will shadow both the $\Su$ will install another environment instance, which will shadow
previously installed instance and the initial instance. both the previously installed instance and the initial instance.
% %
To make this concrete, let us plug together the all components of our To make this concrete, let us plug together the all components of our