index
:
makkai
main
Type theory implementation
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parser.rs
Age
Commit message (
Collapse
)
Author
2026-05-01
make parser more lenient, add the one simplex example, fix naming for records
tslil
2026-04-30
wip case for instances
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-29
fix parser bug, fix beta reduction for setcoerce, disambiguate set coerce in ↵
tslil
parser
2026-04-27
add tough example
tslil
2026-04-27
fix the graph signature, it must have set-of to be correct
tslil
2026-04-27
flip to agda-like grammar, sets & signatures do not have dots in their ↵
tslil
fields, but applications of those do as do constructions
2026-04-27
change the "claimed set" notation to "set-of" so that David isn't confused
tslil
2026-04-24
computing cases
tslil
2026-04-24
checking for injections, projections, rm vesitigial App
tslil
2026-04-24
minor cleanup
tslil
2026-04-23
Progress on checking sets
tslil
2026-04-23
basic checking sketch
tslil
2026-04-23
commit grammar, format code (macro sigh), add pretty printing of AST
tslil
2026-04-23
Init
tslil