ocaml: phase 6 List.take/drop/filter_map/flat_map (+6 tests, 400 total)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 37s

Common functional helpers written in OCaml. flat_map / concat_map
share an implementation. 400-test milestone.
This commit is contained in:
2026-05-08 15:30:29 +00:00
parent 86343345dc
commit 9f05e24c52
3 changed files with 54 additions and 0 deletions

View File

@@ -377,6 +377,9 @@ the "mother tongue" closure: OCaml → SX → OCaml. This means:
_Newest first._
- 2026-05-08 Phase 6 — `List.take/drop/filter_map/flat_map/concat_map`
(+6 tests, 400 total). Common functional helpers, all written in
OCaml. **400-test milestone.**
- 2026-05-08 Phase 1+3 — or-patterns `(P1 | P2 | ...)` parens-only
(+5 tests, 394 total). Parser: when `|` follows a pattern inside
parens, build `(:por ALT1 ALT2 ...)`. Eval: try alternatives, succeed