aboutsummaryrefslogtreecommitdiff
path: root/HoTT_Typing.thy (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-281. Remove all type inference functionality (feature development moving to ↵Josh Chen1-169/+0
another branch). 2. Eq.thy complete.
2019-02-22Proof of pathcomp associativity done. Some commentsJosh Chen1-1/+1
2019-02-11Put typing functionality into a .thy and clean up antiquotations, which ↵Josh Chen1-27/+77
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