Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHC improvements #7

Open
L-as opened this issue Jun 25, 2022 · 2 comments
Open

GHC improvements #7

L-as opened this issue Jun 25, 2022 · 2 comments

Comments

@L-as
Copy link
Member

L-as commented Jun 25, 2022

Definite improvement:
[ ] https://gitlab.haskell.org/ghc/ghc/-/issues/21702 (useful for deriving)
[ ] Warnings for OVERLAPPING and OVERLAPS.
[ ] Warnings for incoherent usage of OVERLAPPABLE instances.
[ ] Warnings for orphan flexible instances.
[ ] https://gitlab.haskell.org/ghc/ghc/-/issues/21782
[ ] Quantified constraints that work with type families
[ ] Generalised singletons (no proposal written-up)
[ ] Expand metavar x :: a when kind allows only one constructor, needed to replace ConstructNPFromVars stuff that also really fucks up compile-time performance
[x] Monadic viewpatterns replaced by https://github.com/JakobBruenker/monadic-bang
[ ] More powerful generics

@MangoIV
Copy link

MangoIV commented Jul 10, 2022

For partially applied type families look here:
https://hackage.haskell.org/package/first-class-families

@L-as
Copy link
Member Author

L-as commented Jul 10, 2022

That is not a solution that is better than what we have now...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants