mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Typo fix (#17)
This commit is contained in:
parent
04492da28c
commit
392c995970
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ For example, recall that our definition of expression size included this clause.
|
|||
\end{eqnarray*}
|
||||
Now imagine that we are trying to prove this formula.
|
||||
$$\size{\mathsf{Plus}(e, \mathsf{Const}(7))} = 2 + \size{e}$$
|
||||
We may apply the defining equation to rewrite into a different formula, where we have essential pushed the definition of $\size{\cdot}$ through the $\mathsf{Plus}$.
|
||||
We may apply the defining equation to rewrite into a different formula, where we have essentially pushed the definition of $\size{\cdot}$ through the $\mathsf{Plus}$.
|
||||
$$1 + \size{e} + \size{\mathsf{Const}(7)} = 2 + \size{e}$$
|
||||
Another application of a different defining equation, this time for $\mathsf{Const}$, takes us to here.
|
||||
$$1 + \size{e} + 1 = 2 + \size{e}$$
|
||||
|
|
Loading…
Reference in a new issue