>>18

sum' x y = x + y

main = let
hello = sum' "こんにちは"
in putStrLn "Hello"

コンパイルエラーになるけど