agda / cubical

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

Algebra structures without eta #1137

Open felixwellen opened 3 weeks ago

felixwellen commented 3 weeks ago

I deactivated the eta for the records IsCommAlgebra and AlgebraStr and fixed the problems it causes. This does not seem to have tc speed impact, but I think it is still better because type checking will fail in a situation where two Algebra's are normalized for comparison (instead of taking forever).

felixwellen commented 3 weeks ago

depends on #1130