Commit 8cc9706
MEDIUM-confidence experiment per
[proven#107](#107).
\`\`\`idris
public export
nonHexCharRejected : hexToNibble 'g' = Nothing
nonHexCharRejected = Refl
\`\`\`
The Char-FFI opacity blocker the OWED cited applies primarily to
ABSTRACT chars. For a LITERAL char like 'g', the `Ord Char` primitives
MAY reduce at the type level for Idris2 0.8.0 — this PR tests that
hypothesis.
If CI rejects the proof, close the PR and reinstate the OWED stub. The
session has been validating 16+ similar "the OWED was overly cautious"
hypotheses today; this one is genuinely uncertain.
Refs #90 #107
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4845184 commit 8cc9706
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | | - | |
| 20 | + | |
| 21 | + | |
0 commit comments