We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be quite convenient if GHC pragmas like {-# OVERLAPS #-} or {-# LANGUAGE OverloadedStrings #-} linked to their documentation!
{-# OVERLAPS #-}
{-# LANGUAGE OverloadedStrings #-}
The text was updated successfully, but these errors were encountered:
I haven't thought about it before.
It's a useful feature since the number of language extensions that GHC supports is impressive:
$ ghc --supported-extensions | wc -l 247
I think I can implement this feature completely on the client side (there will be no need to rebuild haskell-code-indexer and to reindex packages).
haskell-code-indexer
Sorry, something went wrong.
alexwl
No branches or pull requests
It would be quite convenient if GHC pragmas like
{-# OVERLAPS #-}
or{-# LANGUAGE OverloadedStrings #-}
linked to their documentation!The text was updated successfully, but these errors were encountered: