Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-12 | Unit and Null types. Methods. | Josh Chen | 1 | -2/+5 | |
2018-07-11 | Universes implemented. Type rules modified accordingly. No more automatic ↵ | Josh Chen | 1 | -6/+5 | |
derivation of "A:U" from "a:A". | |||||
2018-07-09 | Pre-universe implementation commit | Josh Chen | 1 | -7/+3 | |
2018-07-07 | Methods added and organized! | Josh Chen | 1 | -47/+40 | |
2018-07-06 | Added attributes to type elimination rules, not sure if these will actually ↵ | Josh Chen | 1 | -4/+43 | |
be needed or useful later. Added [comp] attribute to be used by simplification met methods. | |||||
2018-07-03 | Refactor HoTT_Methods.thy, proved more stuff with new methods. | Josh Chen | 1 | -78/+14 | |
2018-07-03 | Rewrote methods: wellformed now two lines, uses named theorems. New, more ↵ | Josh Chen | 1 | -57/+86 | |
powerful derive method. Used these to rewrite proofs. | |||||
2018-06-30 | Equality | Josh Chen | 1 | -2/+12 | |
2018-06-28 | wellformed method works!!! | Josh Chen | 1 | -6/+6 | |
2018-06-27 | wellformed method to automatically prove wellformed judgments derivable from ↵ | Josh Chen | 1 | -0/+76 | |
a wellformed judgment |