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.rs
Age
Commit message (
Expand
)
Author
2026-05-01
add monotic counters, fix element binding case in app->for
tslil
2026-04-29
switch to references in many places for check_*, complete logic of Var case f...
tslil
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-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-28
rework checking logic to revolve around "stuck" computations, the meaning of ...
tslil
2026-04-27
refactor equality checking and fields as we start to build towards signatures
tslil
2026-04-27
add distinction between hypothetical and concrete elements to the set checker...
tslil
2026-04-24
computing cases
tslil
2026-04-24
refactor: separate checker into _state, _set, and principle export
tslil
2026-04-24
checking for injections, projections, rm vesitigial App
tslil
2026-04-24
minor cleanup
tslil
2026-04-23
start work on elements
tslil
2026-04-23
Progress on checking sets
tslil
2026-04-23
basic checking sketch
tslil
2026-04-23
Init
tslil