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