Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (FEAT) SIDE_CONDS tactical has additional argument specifying how many ↵ | Josh Chen | 2020-08-03 | 1 | -1/+1 |
| | | | | | | | | initial subgoals to skip applying the side condition solver to. (FEAT) `intro`, `intros` methods for "logical introduction rules" (as opposed to typechecking `intr` attribute), only works on conclusions with rigid type. (FEAT) CREPEAT_N bounded repetition tactical, used in `intros n` method. | ||||
* | 1. Type-checking/inference now more principled, and the implementation is ↵ | Josh Chen | 2020-07-21 | 1 | -13/+13 |
| | | | | better. 2. Changed most tactics to context tactics. | ||||
* | reorganize | Josh Chen | 2020-06-19 | 1 | -0/+465 |
| | |||||
* | reorganize folder structure | Josh Chen | 2020-05-28 | 1 | -465/+0 |
| | |||||
* | Reorganize theory structure. In particular, the identity type moves out from ↵ | Josh Chen | 2020-05-25 | 1 | -0/+465 |
under Spartan to HoTT. Spartan now only has Pi and Sigma. |