agda / cubical

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

Less eta-equality for algebraic structures #1002

Open felixwellen opened 1 year ago

felixwellen commented 1 year ago

Use "no-eta-equality" for the records defining algebraic structures. @plt-amy helped :-)

felixwellen commented 1 year ago

This might be feasible, but I still don't see, if this will really help to fix type checking speed problems. I'll not continue on this for now, but might try it again, when I'm really bothered by speed problems.