From 3628a504db1fa8be76061370676dc194dbb19fca Mon Sep 17 00:00:00 2001 From: giles Date: Thu, 7 May 2026 00:27:55 +0000 Subject: [PATCH] plans: tick Phase 4 40+ tests (operators.sx has 117) --- plans/apl-on-sx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plans/apl-on-sx.md b/plans/apl-on-sx.md index de380cf4..b181f7bd 100644 --- a/plans/apl-on-sx.md +++ b/plans/apl-on-sx.md @@ -83,7 +83,7 @@ Core mapping: - [x] Power `f⍣n` — apply f n times; `f⍣≡` until fixed point - [x] Rank `f⍤k` — apply f at sub-rank k - [x] At `@` — selective replace -- [ ] 40+ tests in `lib/apl/tests/operators.sx` +- [x] 40+ tests in `lib/apl/tests/operators.sx` ### Phase 5 — dfns + tradfns + control flow - [ ] Dfn `{…}` with `⍺` (left arg, may be absent → niladic/monadic), `⍵` (right arg), `∇` (recurse), guards `cond:expr`, default left arg `⍺←default`