Commit 8c066be
docs(selfhost-ledger): correct SH-018 — inherent methods already exist as fn Type.method(self)
The 'no impl/method syntax' claim was an over-claim (like SH-020). rss has
inherent methods as top-level qualified functions with a self receiver
(fn Type.method(self: read/mut/take Type)), called via x.method()/mut x.method()
(spec §14.6.1) — static, monomorphic, effect-explicit, verified working. The only
missing piece is the impl{} block grouping, which the spec deliberately rejects
(§2B.2/§2B.3, single-canonical-form). Decision: adopt the existing form; do not
add the block. Method syntax RESOLVED, not a follow-up.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent b84a1a1 commit 8c066be
1 file changed
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
478 | 495 | | |
479 | 496 | | |
480 | 497 | | |
| |||
0 commit comments