summaryrefslogtreecommitdiff
path: root/test/examples
AgeCommit message (Collapse)Author
24 hoursMake finite-set literals intrinsicadelon
25 hoursMigrate historical parity examplesadelon
7 daysBuild module-local syntax interfacesadelon
9 daysCheck direct inductives through fixed-point replayadelon
10 daysValidate relation parameter arityadelon
2026-07-23Use 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-04-13Implement datatypesadelon
2026-04-12Handle bounded calculationsadelon
2025-11-27Update testsadelon
2025-11-27Update errors and cull formalizationsadelon
2025-08-14Improve scanningadelon
Fixes scanning of relation symbols and adds a few error cases for function symbols.
2024-05-07Sketch noun coord, symbols for realsadelon
2024-04-30Sketch new signature syntaxadelon
2024-04-01Allow numbers in markers (from the second char)adelon
2024-02-10Initial commitadelon