Author
anonymous
almost 7 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:4:3: error: parse error on input ‘|’ | 4 | | n `compare` 10 == EQ = show n <> s where s = "は10です。" | ^
[1 of 1] Compiling Main ( prog.hs, prog.o )
prog.hs:4:3: error: parse error on input ‘|’ | 4 | | n `compare` 10 == EQ = show n <> s where s = "は10です。" | ^