Files
rose-ash/lib/datalog/scoreboard.md
giles 55286cc5bc
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 53s
datalog: findall aggregate (159/159)
(findall L V Goal) — bind L to the distinct V values for which Goal
holds, or the empty list when none. One-line addition to
dl-do-aggregate that returns the unreduced list. Tests cover EDB,
derived relation, and empty cases.

Useful for "give me all the X such that ..." queries without
scalar reduction.
2026-05-08 09:02:43 +00:00

17 lines
394 B
Markdown

# datalog scoreboard
**159 / 159 passing** (0 failure(s)).
| Suite | Passed | Total | Status |
|-------|--------|-------|--------|
| tokenize | 26 | 26 | ok |
| parse | 18 | 18 | ok |
| unify | 28 | 28 | ok |
| eval | 18 | 18 | ok |
| builtins | 19 | 19 | ok |
| semi_naive | 8 | 8 | ok |
| negation | 10 | 10 | ok |
| aggregates | 13 | 13 | ok |
| api | 9 | 9 | ok |
| demo | 10 | 10 | ok |