summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_fail/Colour.stderr
blob: 8631313a7ba81e4eaa2e2a809ea58573af0813f3 (plain)
1
2
3
4
5

Colour.hs:1:8: error:
    • Couldn't match expected type ‘IO ()’ with actual type ‘()’
    • In the expression: () :: IO ()
      In an equation for ‘main’: main = () :: IO ()