summaryrefslogtreecommitdiff
path: root/test/golden/relparam
AgeCommit message (Collapse)Author
30 hoursRemove obsolete verification machineryadelon
31 hoursReport admitted typed source stateadelon
4 daysShow verification routes in reportsadelon
8 daysAuthorize atomic facts through exact typed importsadelon
8 daysAuthorize ground reflexivity through kernel replayadelon
The first typed fact family is deliberately dependency-free. Its rows remain outside the legacy fact registry, so unmigrated declarations cannot consume or reauthorize them.
8 daysCheck admitted modules sequentiallyadelon
8 daysAllocate task-local TPTP namesadelon
Distinct target variable names exposed a replacement-condition scope lift that source-derived names had masked. Keep those variables under the replacement existential.
8 daysValidate relation parameter arityadelon
8 daysRemove source annotations from TPTP tasksadelon
2026-03-07Update testsadelon
2026-02-14Update golden testsadelon
2026-02-06Use tries for patterns, skip trivial hypothesesadelon
2026-02-05Cache encoding of hypothesesadelon
2026-02-05Add `lexiconAllPatterns`, basic warning for dupe patternadelon
2026-02-05Remove `lookupLexicalItem`, attach info in AST insteadadelon
2025-12-17Fix `filterTask`, make var names more consistentadelon
2025-12-14Fix column locationadelon
2025-12-14Add more location info in tasksadelon
2025-12-14Add location info to conjectureadelon
Still some `<nowhere>` value as placeholder left over.
2025-12-09Propagate location info furtheradelon
2025-12-09Gather some location info from parseradelon
WIP
2025-11-29Integrate chunker and import gatherer into lexeradelon
Drops dependency on `regex-applicative-text`.
2025-11-27Update testsadelon
2025-11-27Add basic parameter handling for relatorsadelon
2025-08-14Improve scanningadelon
Fixes scanning of relation symbols and adds a few error cases for function symbols.