Browse Source

Fix macro use

master
Daniel Hillerström 5 years ago
parent
commit
53c76a0934
  1. 10
      thesis.tex

10
thesis.tex

@ -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
it will intercept and handle any subsequent invocations of $\Ask$
arising from running the resumption. A subsequent invocation of $\Su$
will install another environment instance, which will shadow both the
previously installed instance and the initial instance.
The new instance of $\environment$ shadows the initial instance, and
therefore it will intercept and handle any subsequent invocations of
$\Ask$ arising from running the resumption. A subsequent invocation of
$\Su$ will install another environment instance, which will shadow
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

Loading…
Cancel
Save