cubical-demo
cubical-demo copied to clipboard
Multiple ≃'s
Cubical._≃_ is defined via Σ. Cubical.Univalence._≃_ is congruent but defined via a record.
What's the motivation? Would you mind it if I let Cubical.Univalence import and use the one defined in PathPrelude?
I can see that maybe you crucially need no-eta-equality.
What if I in stead define \simeq in PathPrelude? Would that be agreeable?
Sigh. It seems that eta-equality is needed in PathPrelude...