mirror of
https://github.com/achlipala/frap.git
synced 2024-11-12 17:17:50 +00:00
fixed a new line split
This commit is contained in:
parent
9720a6e0c6
commit
18f286bb38
1 changed files with 1 additions and 2 deletions
3
frap.tex
3
frap.tex
|
@ -517,8 +517,7 @@ It's important to remember that plus \emph{inside} the brackets is syntax, while
|
|||
\newcommand{\subst}[3]{[#3/#2]#1}
|
||||
|
||||
To test our semantics, we define a \emph{variable substitution} function\index{substitution}.
|
||||
A substitution $\subst{e}{x}{e'}$ stands for the result of running through the syntax of $e$, repla
|
||||
cing every occurrence of variable $x$ with expression $e'$.
|
||||
A substitution $\subst{e}{x}{e'}$ stands for the result of running through the syntax of $e$, replacing every occurrence of variable $x$ with expression $e'$.
|
||||
|
||||
\begin{eqnarray*}
|
||||
\subst{n}{x}{e} &=& n \\
|
||||
|
|
Loading…
Reference in a new issue