Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-08-15 | Rename to distinguish function and path composition; function composition ↵ | Josh Chen | 1 | -72/+0 | |
proofs, which have issues... | |||||
2018-08-14 | Well-formation rules are back in the methods; new theory synthesizing the ↵ | Josh Chen | 1 | -89/+69 | |
natural number predecessor function. | |||||
2018-08-13 | rcompose done | Josh Chen | 1 | -33/+16 | |
2018-08-12 | Commit before testing polymorphic equality eliminator | Josh Chen | 1 | -0/+6 | |
2018-08-07 | Tweaks | Josh Chen | 1 | -0/+6 | |
2018-08-07 | Old application syntax incompatible with Eisbach | Josh Chen | 1 | -2/+2 | |
2018-08-06 | Partway through changing function application syntax style. | Josh Chen | 1 | -98/+94 | |
2018-07-12 | Unit and Null types. Methods. | Josh Chen | 1 | -16/+34 | |
2018-07-09 | Pre-universe implementation commit | Josh Chen | 1 | -20/+51 | |
2018-07-06 | Added attributes to type elimination rules, not sure if these will actually ↵ | Josh Chen | 1 | -1/+54 | |
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 | -18/+2 | |
2018-06-17 | Decided on a new proper scheme for type rules using the idea of implicit ↵ | Josh Chen | 1 | -0/+24 | |
well-formed contexts and guaranteed conclusion well-formedness. Product type rules now follow this scheme. |