diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2025-06-24 18:33:23 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2025-06-24 18:33:23 +0100 |
commit | 0cbc4ea179c6c196b827dc59c8576108c86991ca (patch) | |
tree | 3125879db72afd0a2c43b46e70c60150000ac9ac /sec | |
parent | 3277ef1d166cc02db4636228fc91598d7f112b20 (diff) |
Fix 224--227.
Diffstat (limited to 'sec')
-rw-r--r-- | sec/systemt.ltx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sec/systemt.ltx b/sec/systemt.ltx index b848db6..cec4344 100644 --- a/sec/systemt.ltx +++ b/sec/systemt.ltx @@ -280,10 +280,10 @@ specified eliminators too; simply take the corresponding projection from the product. Another benefit of eliminator encodings are that the constructors are -extensible. As no information about exactly which constructor was used remains -in the encoded type, we are free to add some interesting constructors. For -example, we can add the constructor \(\mathsf{double}\) that doubles the value -of each leaf: +extensible. The encoded type contains no information about which +constructor was used to construct a value. Thus we are free to add new +constructors. For example, we can add the constructor +\(\mathsf{double}\) that doubles the value of each leaf: \[ \mathsf{double}(x) \coloneq \tuple{2 \cdot x.0, x.1} \] |