import System.IO
import Data.Char
edastaNr n
= do
putStrLn "Anna rida:"
line <- getLine
if null line
then return ()
else do return length(line)
最後の行が間違っている理由と、それを修正する方法を誰か説明できますか? わかりません..エラーは次のとおりです。
Couldn't match expected type `IO ()' with actual type `[a0] -> Int'