-
-
Notifications
You must be signed in to change notification settings - Fork 401
Closed
Labels
component: ghcidetype: 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 Prelude (
Bool,
)
x = not
Running the code action to add not
results in:
import Prelude (
Bool,, not
)
x = not
HEAD
(445192e) with GHC 9.2.3. I'm pretty sure this is a regression since the last release.
Metadata
Metadata
Assignees
Labels
component: ghcidetype: 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..