Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 20, 2021
1 parent 2638550 commit 447318f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion paper/semantics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ \subsection{Dataization}
data it will ask all its three inner object the same question:
``What data you represent?'' They are integers and will return the
data they have attached to their attributes $\delta$. Then, the object
\ff{sum}, using its $\lambda$~term, will calculate the arithmetic
\ff{sum}, using its $\lambda$-term, will calculate the arithmetic
sum of the numbers returned by its inner objects.

Visually, the object \ff{sum} from \lref{sum-instance} may be represented
Expand Down Expand Up @@ -505,6 +505,7 @@ \subsection{Dataization}
where $v$ stays at the first position and all other elements of $S$ follow.
The notation $S[i]$ denotes the $i$-th element of the vector, while
counting starts with zero.

The notation $(\lambda s.M \; v + S)$ means creating a function from
the $\lambda$~term $M$ with one parameter $s$ and then calculating
it with the argument $v + S$.
Expand Down

0 comments on commit 447318f

Please sign in to comment.