Author
anonymous
almost 6 years ago
Haskell
ghc 8.4.2
$ 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 | ^
[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 | ^