agda / cubical

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

Containers, no h-set assumptions #1141

Open aljungstrom opened 1 month ago

aljungstrom commented 1 month ago

This PR contains a small modification of @stefaniatadama 's code in https://github.com/agda/cubical/pull/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:-)

aljungstrom commented 1 month ago

(This PR depends on #1139)