-
-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
component: wingmantype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Description
import qualified Prelude
f :: Prelude.Maybe a -> ()
f x = _If I ask for "Wingman: Case split on x" I get:
f Nothing = _wc
f (Just a) = _wdI think it should have written Prelude.Nothing. If there are multiple module names, it should pick the shortest.
I'm using haskell-language-server version: 1.9.1.0 (GHC: 8.10.7)
Metadata
Metadata
Assignees
Labels
component: wingmantype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..