Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 6 years ago

Language

Haskell

Compiler

ghc 8.4.2

Options
Warnings

Author

anonymous

almost 6 years ago

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

prog.hs:9:15: error:
    • The type synonym ‘T0’ should have 1 argument, but has been given none
    • In the type instance declaration for ‘F’
  |
9 | type instance F 0 = T0
  |               ^
Exit Code:
1