summaryrefslogtreecommitdiff
path: root/test/golden/inductive/encoding tasks.golden
AgeCommit message (Collapse)Author
26 hoursRemove obsolete verification machineryadelon
7 daysCheck direct inductives through fixed-point replayadelon
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 daysRemove source annotations from TPTP tasksadelon
12 daysUse semantic subset formula inside inductive defnsadelon
2026-07-03Track ownership of top-level symbolsadelon
Require every ownable top-level symbol to be introduced by a dedicated owner before it can appear in facts. Reject duplicate ownership and prevent symbols used by inductive definitions from being defined later. Use the ownership/dependency information to reject hidden recursive inductive definitions and to generate referenceable inductive principles. BREAKING CHANGE: Top-level facts no longer introduce symbols implicitly.
2026-02-24Use shorter `_local_N` marker in TPTP outputadelon
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.
2024-02-10Initial commitadelon