diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2025-06-25 17:43:11 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2025-06-25 17:43:11 +0100 |
commit | bffac49c2e541844f5b094492916eed618ca26b4 (patch) | |
tree | d80ae152e338418e1774de53eb8ffc09183e664f /sec | |
parent | 802f0988fb93ac6891ef94cbe09c0b7d8a94b2e7 (diff) |
Fix 393--401.
Diffstat (limited to 'sec')
-rw-r--r-- | sec/encoding.ltx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec/encoding.ltx b/sec/encoding.ltx index 76bd922..4d1ce74 100644 --- a/sec/encoding.ltx +++ b/sec/encoding.ltx @@ -17,7 +17,7 @@ of seven phases are: \item encoding lists using eliminators. \item introducing unions to encode sums as a tagged union. \item encoding products as an indexed union. -\item encoding unnions of System~T types. +\item encoding unions of System~T types. \item removing syntactic sugar we introduced, such as the \arb{} operator that represents an arbitrary value of a given type. \end{enumerate} |