mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Typographical fix
This commit is contained in:
parent
25441b3991
commit
26c272f53f
1 changed files with 0 additions and 1 deletions
|
@ -3117,7 +3117,6 @@ A hallmark of a Turing-complete language is that it can host an interpreter for
|
|||
|
||||
$\lambda$-calculus is also straightforward to formalize with a small-step semantics\index{small-step operational semantics} and evaluation contexts\index{evaluation contexts}, following the method of Section \ref{eval_contexts}.
|
||||
One might argue that the technique is even simpler for $\lambda$-calculus, since we must deal only with expressions, not also imperative variable valuations.
|
||||
|
||||
$$\begin{array}{rrcl}
|
||||
\textrm{Evaluation contexts} & C &::=& \Box \mid C \; e \mid v \; C
|
||||
\end{array}$$
|
||||
|
|
Loading…
Reference in a new issue