|
|
|
|
|
by tlringer
1157 days ago
|
|
Typeclass resolution is implemented as a layer of automation that is above the type-checking kernel, so much like with nonterminating tactics, if it doesn't halt you mostly just end up with confusing automation that doesn't help you prove something, but you shouldn't be able to prove false. Mostly it's a usability nightmare for typeclasses, and in the case of this post also a way for hilarity to ensue. |
|
And also for Rust traits, C++ templates, etc (those are all nonterminating)