Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
6331 commits behind the upstream repository.
jade's avatar
Jade authored
As suggested in #20007 and implemented in !8895, trying to import type operators
will suggest a fix to use the 'type' keyword, without considering whether
ExplicitNamespaces is enabled. This patch will query whether ExplicitNamespaces
is enabled and add a hint to suggest enabling ExplicitNamespaces if it isn't enabled,
alongside the suggestion of adding the 'type' keyword.
8e11630e
History