Shaun Kerr 5年前
コミット
b0e3f25bad
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      beer.hs

+ 2
- 0
beer.hs ファイルの表示

@@ -46,6 +46,8 @@ thap f x = x f
thop :: (Integer -> String) -> [((Integer -> String) -> String)] -> [String]
thop f l = map (thap f) l

--TO DO
--edit this function to convert digits to english words
tran :: Integer -> String
tran = show



読み込み中…
キャンセル
保存