aboutsummaryrefslogtreecommitdiff
path: root/src/checker_state.rs
AgeCommit message (Collapse)Author
2026-04-27basic signature functionality, missing extension signaturestslil
2026-04-27refactor equality checking and fields as we start to build towards signaturestslil
2026-04-27report _which_ element does not belong to the correct set, at the bottom of ↵tslil
the tree anyway
2026-04-27instrument add_element, skip assert_unbound*tslil
2026-04-27add distinction between hypothetical and concrete elements to the set ↵tslil
checker, it now enforces that all arms in case are well typed!
2026-04-27refactor error to be clearertslil
2026-04-24computing casestslil