index
:
makkai
main
Type theory implementation
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
checker_state.rs
Age
Commit message (
Expand
)
Author
2026-04-29
implement canonicalisation in case arms, work through first bit of app
tslil
2026-04-29
wire in instance checking to the main checker
tslil
2026-04-29
fix parser bug, fix beta reduction for setcoerce, disambiguate set coerce in ...
tslil
2026-04-28
snapshot of working through instances/singatures <> sets/elements
tslil
2026-04-28
move assert unbound to only top-level decls to allow shadowing
tslil
2026-04-27
prepare for more work on signatures, in particular this means processing reco...
tslil
2026-04-27
basic signature functionality, missing extension signatures
tslil
2026-04-27
refactor equality checking and fields as we start to build towards signatures
tslil
2026-04-27
report _which_ element does not belong to the correct set, at the bottom of t...
tslil
2026-04-27
instrument add_element, skip assert_unbound*
tslil
2026-04-27
add distinction between hypothetical and concrete elements to the set checker...
tslil
2026-04-27
refactor error to be clearer
tslil
2026-04-24
computing cases
tslil