練習問題 5.1.1

上述の解を変更し,数の最後に終止符を印字するようにせよ.


convert  ::  Int -> String
convert  =   (++ ".") . convert6