We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
print
I wanted to play around with the new functionality to insert type signatures. The following:
hello = print
surprises me, as when I add a type signature with a code action, I get:
hello :: GHC.Types.Any -> IO () hello = print
which is mostly certainly not what I'd expect!