aboutsummaryrefslogtreecommitdiff
path: root/mltt/core/lib.ML (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make mltt work with isabelle 2021-1stuebinm2022-06-291-2/+3
| | | | | | | | | | 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.
* Bad practice huge commit:Josh Chen2021-06-241-2/+3
| | | | | | | 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-231-0/+14
| | | | debugging to typechecker
* rename things + some small changesJosh Chen2021-01-311-0/+193