diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2025-06-24 18:06:02 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2025-06-24 18:06:02 +0100 |
commit | 57e743e3e48508bafb145c8922f0416b21a55989 (patch) | |
tree | 6c0f1c593aca5bb9d44c6b419e6886d9a7476451 /sec | |
parent | 48222892fbaefc0a516c05c87f4a1bfd46ea799c (diff) |
Fix 88--90.
Diffstat (limited to 'sec')
-rw-r--r-- | sec/systemt.ltx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sec/systemt.ltx b/sec/systemt.ltx index 309de0f..a1141ab 100644 --- a/sec/systemt.ltx +++ b/sec/systemt.ltx @@ -75,7 +75,8 @@ argument form \(\epsilon\) (the empty list), and the type \(\nat \to \nat \to All System~T types are inhabited.\@ \nat{} is inhabited by zero, and any function type is inhabited when its codomain is inhabited by -taking the constant function. +taking the constant function. \textcite{syst-sn} proves all System~T +terms are strongly normalising. \subsection{Strategies for Encoding Inductive Types}% \label{subsec:encoding-strategies} |