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. + 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