Commit 0576c32
Per [proven#107](#107)
"overly cautious OWED" pattern.
\`\`\`idris
public export
crc32PolynomialIsIEEE : crc32Polynomial = 0xEDB88320
crc32PolynomialIsIEEE = Refl
\`\`\`
\`crc32Polynomial\` is \`public export\` with body \`0xEDB88320\`
(SafeChecksum.idr L21-23). Both sides are the same \`Bits32\` literal —
primitive equality, `Refl` closes.
The OWED's "numeric-literal opaque under Bits32" blocker only applies to
REDUCING `crc32Polynomial` to a *different* literal. Here LHS and RHS
are the same literal so no reduction is needed.
Refs #90 #107
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4057f22 commit 0576c32
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | | - | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
0 commit comments