aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fix file location reference in licenseJosh Chen2020-07-111-2/+2
|
* rename fileJosh Chen2020-07-111-2/+26
|
* Non-annotated object lambdaJosh Chen2020-07-098-56/+78
|
* caveatJosh Chen2020-07-091-0/+2
|
* 1. Initial `Definition` keyword. 2. ifelse.Josh Chen2020-07-085-28/+76
|
* minorJosh Chen2020-07-082-3/+3
|
* reorganizeJosh Chen2020-06-1929-2005/+105
|
* fix ROOTJosh Chen2020-06-151-1/+1
|
* remove old folderJosh Chen2020-06-153-372/+0
|
* Merge branch 'dev'Josh Chen2020-06-1517-18/+2344
|\
| * rename foldersJosh Chen2020-06-1515-0/+2339
| |
| * some documentationJosh Chen2020-06-042-15/+2
| |
* | Merge branch 'dev'Josh Chen2020-06-035-6/+33
|\|
| * rule nameJosh Chen2020-06-031-1/+1
| |
| * 1. Type information context dataJosh Chen2020-06-034-5/+32
| | | | | | | | | | 2. Small reformulations of rules 3. Bool
* | updateJosh Chen2020-06-011-4/+4
|/
* updateJosh Chen2020-06-011-0/+1
|
* updateJosh Chen2020-06-011-6/+7
|
* reorganize and add some materialJosh Chen2020-06-012-44/+62
|
* readmeJosh Chen2020-06-011-7/+14
|
* more listJosh Chen2020-05-311-8/+28
|
* multiplicationJosh Chen2020-05-311-6/+72
|
* transport methodJosh Chen2020-05-311-0/+2
|
* add and mul recurse on second argument instead of firstJosh Chen2020-05-301-20/+49
|
* inhabitation coercion should be syntax, not logical constant!Josh Chen2020-05-301-2/+2
|
* fix nameJosh Chen2020-05-301-1/+5
|
* proved a few oopses + minor tweaksJosh Chen2020-05-292-30/+23
|
* fix Pi congruence ruleJosh Chen2020-05-291-2/+2
|
* todo listJosh Chen2020-05-291-0/+14
|
* clean up Eckmann-Hilton and move to IdentityJosh Chen2020-05-294-210/+206
|
* minorJosh Chen2020-05-291-1/+1
|
* bit more materialJosh Chen2020-05-281-10/+14
|
* notationJosh Chen2020-05-281-0/+3
|
* more List and MaybeJosh Chen2020-05-283-7/+22
|
* case distinctionJosh Chen2020-05-283-1/+68
|
* reorganize folder structureJosh Chen2020-05-2812-18/+17
|
* change variable name in elim rules and fix small mistakeJosh Chen2020-05-274-30/+26
|
* minorJosh Chen2020-05-272-8/+3
|
* 1. Define Maybe in terms of other types. 2. Move More_Types to SpartanJosh Chen2020-05-272-30/+45
|
* move More_Types to SpartanJosh Chen2020-05-271-1/+1
|
* Eckmann-Hilton, first passJosh Chen2020-05-273-3/+193
|
* new materialJosh Chen2020-05-265-34/+58
|
* 1. New congruence declarations for calculational reasoning. 2. Remove old ↵Josh Chen2020-05-263-56/+87
| | | | elimination tactic.
* Maybe and more ListJosh Chen2020-05-262-7/+123
|
* add MaybeJosh Chen2020-05-261-0/+1
|
* more reorganizingJosh Chen2020-05-255-15/+12
|
* notationJosh Chen2020-05-251-0/+4
|
* fix implicits table merge mistakeJosh Chen2020-05-251-1/+1
|
* Lists + more reorganizingJosh Chen2020-05-257-16/+103
|
* Reorganize theory structure. In particular, the identity type moves out from ↵Josh Chen2020-05-2516-14/+30
| | | | under Spartan to HoTT. Spartan now only has Pi and Sigma.