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.
import Prelude ( Bool, ) x = not
Running the code action to add not results in:
not
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.
HEAD