From 0ad9400a4c3bedd5956fd6288c595eb17e1ccbd4 Mon Sep 17 00:00:00 2001 From: Wen Kokke Date: Wed, 24 Dec 2025 15:54:38 +0000 Subject: [PATCH 1/2] Comment out omitted passage --- src/plfa/part2/DeBruijn.lagda.md | 52 ++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 23 deletions(-) diff --git a/src/plfa/part2/DeBruijn.lagda.md b/src/plfa/part2/DeBruijn.lagda.md index e8d34b7ba..b9684a158 100644 --- a/src/plfa/part2/DeBruijn.lagda.md +++ b/src/plfa/part2/DeBruijn.lagda.md @@ -1177,7 +1177,7 @@ require about 1.6 times as much code as intrinsically-typed. This chapter uses the following unicode: σ U+03C3 GREEK SMALL LETTER SIGMA (\Gs or \sigma) - ₀ U+2080 SUBSCRIPT ZERO (\_0) + ₀ U+20R0 SUBSCRIPT ZERO (\_0) ₁ U+2081 SUBSCRIPT ONE (\_1) ₂ U+2082 SUBSCRIPT TWO (\_2) ₃ U+2083 SUBSCRIPT THREE (\_3) @@ -1188,20 +1188,23 @@ This chapter uses the following unicode: ≠ U+2260 NOT EQUAL TO (\=n) --- Following omitted as for some reason they vastly increase --- time for Agda to check the file. + From cb608a9d800a4e173bf30fe7a2d3444617eaaf94 Mon Sep 17 00:00:00 2001 From: Wen Kokke Date: Wed, 24 Dec 2025 20:51:06 +0000 Subject: [PATCH 2/2] Strip HTML comments --- tools/Buildfile.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/Buildfile.hs b/tools/Buildfile.hs index 6a974e717..b9fc90c70 100644 --- a/tools/Buildfile.hs +++ b/tools/Buildfile.hs @@ -898,7 +898,8 @@ readerOpts = Ext_backtick_code_blocks, Ext_fenced_divs, Ext_bracketed_spans - ] + ], + readerStripComments = True } writerOpts :: WriterOptions