aboutsummaryrefslogtreecommitdiff
path: root/src/checker_state.rs
AgeCommit message (Expand)Author
2026-05-06fixing ...tslil
2026-05-06WiPtslil
2026-05-05fix ext nesting, don't register junky intermediate signaturestslil
2026-05-05address remaining TODO, fix issues with left-nesting for for and ext, add mot...tslil
2026-05-05replace todo! with real errorstslil
2026-05-01working on fixing app, rework ast to have generics etctslil
2026-05-01add monotic counters, fix element binding case in app->fortslil
2026-04-30wip case for instancestslil
2026-04-30fill in some more todostslil
2026-04-30lost track of what's going ontslil
2026-04-29implement canonicalisation in case arms, work through first bit of apptslil
2026-04-29wire in instance checking to the main checkertslil
2026-04-29fix parser bug, fix beta reduction for setcoerce, disambiguate set coerce in ...tslil
2026-04-28snapshot of working through instances/singatures <> sets/elementstslil
2026-04-28move assert unbound to only top-level decls to allow shadowingtslil
2026-04-27prepare for more work on signatures, in particular this means processing reco...tslil
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 t...tslil
2026-04-27instrument add_element, skip assert_unbound*tslil
2026-04-27add distinction between hypothetical and concrete elements to the set checker...tslil
2026-04-27refactor error to be clearertslil
2026-04-24computing casestslil