Commit ebcf192
Per [proven#107](#107)
"overly cautious OWED" pattern — Nat-literal variant.
\`\`\`idris
public export
maxNestingDepthAnchor : MaxNestingDepth = 64
maxNestingDepthAnchor = Refl
\`\`\`
\`MaxNestingDepth\` is \`public export\` with body \`64\` (SafeCBOR.idr
L150-152). Both sides are the same \`Nat\` literal — \`Refl\` closes
without unary expansion. Same pattern as the SafeArchive PR.
Refs #90 #107
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a2792e6 commit ebcf192
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
221 | 223 | | |
222 | | - | |
| 224 | + | |
| 225 | + | |
0 commit comments