You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GHC doesn't support type class aliases. We should support a way through the source preprocessing to support type class aliases that are rewritten during compilation, not only in source code, but also in errors.
This would help making everything more homogeneous, like for example instead of having:
GHC doesn't support type class aliases. We should support a way through the source preprocessing to support type class aliases that are rewritten during compilation, not only in source code, but also in errors.
This would help making everything more homogeneous, like for example instead of having:
We could have
This supports the NeoHaskell principles of design
The text was updated successfully, but these errors were encountered: