aboutsummaryrefslogtreecommitdiff
path: root/mltt/core/focus.ML (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make mltt work with isabelle 2021-1stuebinm2022-06-291-1/+1
| | | | | | | | | | 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.
* rename things + some small changesJosh Chen2021-01-311-0/+158