Commit 8d4d45c
Round 17 of the
[proven#107](#107)
overly-cautious-OWED hunt, surfaced by the post-empirical re-audit.
\`\`\`idris
public export
adler32ModIsLargestPrimeBelow2Pow16 : adler32Mod = 65521
adler32ModIsLargestPrimeBelow2Pow16 = Refl
\`\`\`
\`adler32Mod\` is \`public export = 65521 : Nat\` (SafeChecksum.idr
L55-56). Empirically verified in \`/tmp/charrefl\` that Idris2 0.8.0
reduces Nat-literal equality regardless of magnitude (including
\`1073741824 = 1073741824\`).
Same shape as merged #109 (maxCompressionRatio, maxTotalSize) and #110
(maxNestingDepth).
Refs #90 #107 #119
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3973139 commit 8d4d45c
1 file changed
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
72 | 73 | | |
73 | | - | |
| 74 | + | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
0 commit comments