Add some type annotations for prepare for `Hint Mode` for `Equiv`.
I tried to set the hint mode for equiv:
Global Hint Mode Equiv ! : typeclass_instances.
Due to a recently fixed Coq bug, this only works with Coq 8.15+. So, while we cannot merge the hint mode yet, this MR contains some missing type annotations I discovered in the process.