aboutsummaryrefslogtreecommitdiff
path: root/mltt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make mltt work with isabelle 2021-1stuebinm2022-06-295-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.
* 1. Thm/def statement display. 2. Syntax + computation proof.Josh Chen2021-06-282-6/+9
|
* Bad practice huge commit:Josh Chen2021-06-246-67/+101
| | | | | | | 1. Rudimentary prototype definitional package 2. Started univalence 3. Various compatibility fixes and new theory stubs 4. Updated ROOT file
* 1. Put universe level parameters first in automatic term definitions. 2. Add ↵Josh Chen2021-06-234-10/+22
| | | | debugging to typechecker
* Merge branch 'dev'Josh Chen2021-04-171-1/+1
|\
| * Small fix: extraneous variableJosh Chen2021-04-171-1/+1
| |
* | small renameJosh Chen2021-04-101-3/+3
|/
* rename things + some small changesJosh Chen2021-01-3119-0/+3937