UniMath / agda-unimath

The agda-unimath library
https://unimath.github.io/agda-unimath/
MIT License
211 stars 67 forks source link

Refactor the descent property of pushouts #1145

Closed VojtechStep closed 4 weeks ago

VojtechStep commented 4 weeks ago

The module 26-descent is replaced with a collection of files written in the "new" style, defining descent data, morphisms and equivalences, and showing the descent property.

There is currently some duplication with the development in 26-id-pushout, where I tried to make the absolute minimum changes required for it to typecheck, since I'll be replacing the entire file in an upcoming PR.