瀏覽代碼

todo

master
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



Loading…
取消
儲存