Commit 31c48ca
docs: correct Idris2 region-linearity theorem names (#115)
The recent README/ROADMAP/EXPLAINME rewrite used
`regionSafetyTheorem`/`noGCTheorem` for two theorems in `src/formal/`,
but the actual names are `regionSafetyExtract`/`noGCExtract` (in
`Ephapax/Formal/RegionLinear.idr` at lines 139 and 151 respectively).
EXPLAINME also cited non-existent paths (`NoEscape.idr`,
`RegionSafety.idr`, `NoGC.idr`, `Orthogonality.idr`) — all four theorems
actually live in `RegionLinear.idr`.
Fixed in README.adoc, ROADMAP.adoc, EXPLAINME.adoc.
Companion wiki fix (Home.md, Region-calculus.md, Proof-status.md) pushed
separately to the wiki repo.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e3b4883 commit 31c48ca
3 files changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | | - | |
251 | | - | |
| 250 | + | |
| 251 | + | |
252 | 252 | | |
253 | | - | |
254 | | - | |
| 253 | + | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments