Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 8 years ago

Language

Haskell

Compiler

ghc HEAD 8.3.20170710

Options
Warnings

Author

anonymous

about 8 years ago

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

prog.hs:3:20: warning: [-Wunused-top-binds]
    Defined but not used: data constructor ‘SomeTypeTag’
  |
3 | data SomeTypeTag = SomeTypeTag
  |                    ^^^^^^^^^^^

prog.hs:8:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: main :: IO ()
  |
8 | main = putStrLn $ f (D 5)
  | ^^^^
Linking prog.exe ...
5.0
Exit Code:
0