agda / cubical

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

No-eta for CommAlgebras #1130

Closed felixwellen closed 3 months ago

felixwellen commented 6 months ago

Just an experiment to see if it helps with tc speed when CommAlgbras have no eta law.

felixwellen commented 5 months ago

tc speed seems to be only minimally affected: Cubical.AlgebraicGeometry.ZariskiLattice.StructureSheafPullback check a bit more than a second faster and I didn't see anything with a bigger change.

felixwellen commented 5 months ago

It might make more of a difference to have no-eta for Algebras (because e.g. type checking CommAlgebra-homomorphism compositions should actually be about Algebras being equal...)

felixwellen commented 3 months ago

obsoleted by #1145