summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2025-06-26 17:44:44 +0100
committerChloe Brown <chloe.brown.00@outlook.com>2025-06-26 17:44:44 +0100
commit59314ba5a147195f36b138f0fccb06079de0543b (patch)
tree09105195aece9cfab0b9e40eb0639ee3de7bbdef
parent860938c1a4c912029c1ff9535805ff20ff7aa05b (diff)
Fix 822--823.
-rw-r--r--sec/reducer.ltx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sec/reducer.ltx b/sec/reducer.ltx
index 732154f..77b5ce7 100644
--- a/sec/reducer.ltx
+++ b/sec/reducer.ltx
@@ -120,7 +120,9 @@ let step (t : Term) : Term =
\caption{Implementation of complete development.}\label{lst:step}
\end{listing}
-\TODO{explain why fuel is necessary for the reducer}
+Our reducer only applies \(\beta\)-reduction. It is also possible to
+perform \(\eta\)-contraction as computing a strengthened term requires only
+structural induction.
\subsection{Encoding Algorithm}%
\label{subsec:encoding}