summaryrefslogtreecommitdiff
path: root/test/golden/coord
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-24Use shorter `_local_N` marker in TPTP outputadelon
2026-02-14Update golden testsadelon
2026-02-06Use tries for patterns, skip trivial hypothesesadelon
2026-02-05Cache encoding of hypothesesadelon
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-27Add basic parameter handling for relatorsadelon
2025-08-12Allow relation symbols with parametersadelon
Parameters must follow the relation symbol and be surrounded by braces, like so: `\rel{x}{y}{z}`. This attempt is still brittle/broken in a few ways: - It makes using braces in creative ways in mixfix notation ambiguous. - It does not verify that the parameters are used in a consistent manner for each symbol. It essentially allows users to define `a\MyRel b` and `a\MyRel{x} b` (and ones with even more parameters). - It allows parameters for all relation symbols, even for those where it makes no sense in ordinary TeX markup, e.g. `a <{x} b`.
2024-05-07Sketch noun coord, symbols for realsadelon
2024-02-10Initial commitadelon