|
|
|
|
|
by airless_bar
3735 days ago
|
|
> How so? Because they never bothered to actually implement the checks to guarantee global uniqueness in GHC? > (EDIT: Just to forestall the inevitable: Yes, there are some weird and dangerous extensions you can enable, but mostly it's pretty clear that they're dangerous. It doesn't seem to be a problem in practice.) No weird and dangerous extensions in use. Vanilla Haskell. |
|
Sure they did. Orphan instances are detected by the compiler.