aboutsummaryrefslogtreecommitdiff
path: root/src/checker_signature.rs
AgeCommit message (Collapse)Author
2026-04-29fix parser bug, fix beta reduction for setcoerce, disambiguate set coerce in ↵tslil
parser
2026-04-28snapshot of working through instances/singatures <> sets/elementstslil
2026-04-27prepare for more work on signatures, in particular this means processing ↵tslil
records in telescoped contexts rework ElementValue, CheckedElement to be type aliases for the generic version over Term : Type
2026-04-27basic signature functionality, missing extension signaturestslil
2026-04-27refactor equality checking and fields as we start to build towards signaturestslil