Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | projections | Josh Chen | 2018-06-15 | 1 | -0/+3 |
| | |||||
* | Type rules now have \"all\" premises explicitly stated, matching the ↵ | Josh Chen | 2018-06-12 | 1 | -8/+17 |
| | | | | formulation in the HoTT book. | ||||
* | Reorganize code | Josh Chen | 2018-06-09 | 1 | -9/+44 |
| | |||||
* | Symmetry and transitivity done. | Josh Chen | 2018-06-07 | 1 | -0/+1 |
| | |||||
* | Nondependent function arrow should bind tighter than the Pi former, but ↵ | Josh Chen | 2018-06-07 | 1 | -5/+5 |
| | | | | looser than equality. | ||||
* | Code formatting | Josh Chen | 2018-06-05 | 1 | -0/+2 |
| | |||||
* | Proved that the inductor on Sum has the correct type. | Josh Chen | 2018-06-05 | 1 | -27/+50 |
| | |||||
* | Dependent sum done, I think. | Josh Chen | 2018-06-05 | 1 | -0/+2 |
| | |||||
* | Prod_comp should have a type constraint. This also fixes a false proof for ↵ | Josh Chen | 2018-06-04 | 1 | -14/+38 |
| | | | | the dependent sum projection functions. | ||||
* | Should be final version of Prod. Theorems proving stuff about currying. ↵ | Josh Chen | 2018-06-01 | 1 | -19/+50 |
| | | | | Rules for Sum, going to change them to use object-level arguments more. | ||||
* | New type rules for dependent product and sum. | Josh Chen | 2018-05-30 | 1 | -9/+4 |
| | |||||
* | Fixed dependent product rules, hopefully final now. | Josh Chen | 2018-05-30 | 1 | -72/+27 |
| | |||||
* | More rigorous rules for Product type. Propositions and proofs all working, ↵ | Josh Chen | 2018-05-29 | 1 | -12/+55 |
| | | | | but have to think about maybe relaxing the computation rule, or else automating the currying of dependent functions. | ||||
* | Dependent product rules done and proofs of typing properties so far work. ↵ | Josh Chen | 2018-05-28 | 1 | -37/+56 |
| | | | | Starting on dependent sums. | ||||
* | pre-system upgrade commit | Josh Chen | 2018-05-23 | 1 | -0/+68 |