agda / cubical

An experimental library for Cubical Agda
https://agda.github.io/cubical/Cubical.README.html
Other
447 stars 136 forks source link

Coinductive containers, no hSet assumptions #1140

Closed aljungstrom closed 1 month ago

aljungstrom commented 2 months ago

This PR contains a small modification of @stefaniatadama 's code in #1129 . There were some problems with showing that containers are closed under greatest fixed points due to issues with coinduction and the termination checker which forced us to include additional set assumptions. This PR removes those assumptions by introducing a bit of nasty path algebra instead:-)