Type inference for ...
is more fragile in GHC-9.*
#249
Labels
type:breaking
Breaking change (removal, renaming, semantic change, etc.)
...
is more fragile in GHC-9.*
#249
This issue was first noticed in #243. Consider the following code:
AFAIU, without
asFun
it compiles successfully with GHC-8., but fails to compile with GHC-9. which complains about ambiguous types. See comments in that PR.There are several things to do:
...
is safe at all because incoherent instances generally look scary.Maybe we'll deprecate
...
as result. Hence, setting type asbreaking
.The text was updated successfully, but these errors were encountered: