We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The code below, as a standalone project (one file only, Main.hs)
-- module Main where main = putStrLn "hello" -- >>> unwords example example :: [String] example = ["a", "b", "c"]
does not evaluate the comment unless the top module Main where is uncommented.
module Main where