gitextract_d3i8cydv/ ├── .gitignore ├── Coq_patches/ │ ├── README │ ├── fix-hanging-at-end-of-proof.patch │ ├── grayson-closedir-after-opendir.patch │ ├── grayson-fix-infinite-loop.patch │ ├── grayson-improved-abstraction-version2-8.3pl2.patch │ ├── inductive-indice-levels-matter-8.3.patch │ └── patch.type-in-type ├── Current_work/ │ ├── 2013_from_poset.v │ ├── bsystem.v │ ├── semisimplicial.v │ └── semisimplicial2.v ├── Generalities/ │ ├── uu0.v │ └── uuu.v ├── Makefile ├── Proof_of_Extensionality/ │ └── funextfun.v ├── README ├── hlevel1/ │ └── hProp.v └── hlevel2/ ├── algebra1a.v ├── algebra1b.v ├── algebra1c.v ├── algebra1d.v ├── finitesets.v ├── hSet.v ├── hnat.v ├── hq.v ├── hz.v └── stnfsets.v