agda / cubical

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

Direct proof of `uaOver` from Glue types #1066

Closed phijor closed 10 months ago

phijor commented 10 months ago

In order to better understand how Glue types work, I reproved uaOver using Glue directly instead of using path composition. Is this a worthwhile addition to the library? The normalised term is about as big as the term obtained by hcomp, but I made sure to add a few lines of comments that explain what's going on.