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.
With the following file:
module Foo where foo = (.|.) bar = complement
Observe that the code actions suggest importing Data.Bits for complement but not for .|.
Data.Bits
complement
.|.