Skip to content

Commit

Permalink
algorithm fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 14, 2021
1 parent c84d0b7 commit 02272c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/semantics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ \subsection{Dataization}
\tab \kw{if} $v = \rho$ \kw{then} $v \gets S[1]$ \\
\tab \kw{if} $v$ has $a$-edge to $\tau$ \kw{then} \kw{return} $\tau$ \\
\tab \kw{if} $v$ has $\varphi$-edge to $\tau$ \kw{then} \kw{return} $\mathbb{R}(\tau, a, \tau + S)$ \\
\tab \kw{if} $v$ has a dotted edge to $\tau$ \kw{then} \kw{return} $\mathbb{R}(\tau, a, S)$ \\
\tab \kw{if} $v$ has a dotted edge to $\tau$ \kw{then} \kw{return} $\mathbb{R}(\tau, \xi.a, \tau + S)$ \\
\tab \kw{if} $v$ has $M$ \kw{then} \kw{return} $\mathbb{R}((\lambda s.M \; v + S), a, S)$ \\
\tab \kw{return} $\perp$ \\
\kw{end}
Expand Down

0 comments on commit 02272c6

Please sign in to comment.