aboutsummaryrefslogtreecommitdiff
path: root/typing.ML (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Put typing functionality into a .thy and clean up antiquotations, which ↵Josh Chen2019-02-111-119/+0
| | | | results in some reorganization of the theory import structure.
* restructure libraryJosh Chen2019-02-101-101/+3
|
* Explicit references in antiquotations in typing.ML. Move trace switch ↵Josh Chen2019-02-101-6/+3
| | | | definition to HoTT_Base.
* Type information storage functionality (assume_type, assume_types keywords) ↵Josh Chen2019-02-101-38/+167
| | | | done! Inference and pretty-printing for function composition done.
* Type inference setup begun - first use-case for function composition.Josh Chen2019-02-051-0/+91