We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Has haskell/ghcide#107 crept back in?
Just updated to HLS 0.7 via the VScode plugin and I'm back to not seeing any "incomplete pattern match" warning on e.g.:
{-# OPTIONS_GHC -Wall #-} f = \case Nothing -> ()
😢