This commit is contained in:
Shaun Kerr 2019-03-12 13:09:41 +13:00
parent 62d06d47c4
commit b0e3f25bad

View File

@ -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