Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

Haskell

Compiler

ghc 8.4.2

Options
Warnings

Author

anonymous

over 6 years ago

$ ghc prog.hs -o prog.exe -Wall
[1 of 1] Compiling Main             ( prog.hs, prog.o )

prog.hs:16:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: main :: IO ()
   |
16 | main = do
   | ^^^^
Linking prog.exe ...
7059
Exit Code:
0