aboutsummaryrefslogtreecommitdiff
path: root/mltt/core (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-29make mltt work with isabelle 2021-1stuebinm5-12/+20
notably, this modifies the proof method `this`: the previous version of it no longer works with cconv.ML (borrowed from HOL), so now it's just a call to the simplifier, which does work. Unfortunately the new `this` can otherwise do less than the old one (it does not instantiate schematic variables), so the old one is now available as `infer` instead.
2021-06-281. Thm/def statement display. 2. Syntax + computation proof.Josh Chen2-6/+9
2021-06-24Bad practice huge commit:Josh Chen3-60/+94
1. Rudimentary prototype definitional package 2. Started univalence 3. Various compatibility fixes and new theory stubs 4. Updated ROOT file
2021-06-231. Put universe level parameters first in automatic term definitions. 2. Add ↵Josh Chen4-10/+22
debugging to typechecker
2021-04-17Small fix: extraneous variableJosh Chen1-1/+1
2021-04-10small renameJosh Chen1-3/+3
2021-01-31rename things + some small changesJosh Chen16-0/+3518