mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Merge pull request #53 from cpitclaudel/patch-1
Change "there exists valuation" to "there exists a valuation"
This commit is contained in:
commit
d86e3278c3
1 changed files with 1 additions and 1 deletions
|
@ -2032,7 +2032,7 @@ The intuition behind the rules may come best from working out an example.
|
||||||
\newcommand{\smallsteps}[2]{#1 \to^* #2}
|
\newcommand{\smallsteps}[2]{#1 \to^* #2}
|
||||||
|
|
||||||
\begin{theorem}
|
\begin{theorem}
|
||||||
There exists valuation $v$ such that $\smallsteps{(\mupd{\mempty}{\mathtt{input}}{2}, \mathtt{factorial})}{(v, \skipe)}$ and $\msel{v}{\mathtt{output}} = 2$.
|
There exists a valuation $v$ such that $\smallsteps{(\mupd{\mempty}{\mathtt{input}}{2}, \mathtt{factorial})}{(v, \skipe)}$ and $\msel{v}{\mathtt{output}} = 2$.
|
||||||
\end{theorem}
|
\end{theorem}
|
||||||
|
|
||||||
\begin{proof}
|
\begin{proof}
|
||||||
|
|
Loading…
Reference in a new issue