todo
This commit is contained in:
parent
62d06d47c4
commit
b0e3f25bad
2
beer.hs
2
beer.hs
@ -46,6 +46,8 @@ thap f x = x f
|
|||||||
thop :: (Integer -> String) -> [((Integer -> String) -> String)] -> [String]
|
thop :: (Integer -> String) -> [((Integer -> String) -> String)] -> [String]
|
||||||
thop f l = map (thap f) l
|
thop f l = map (thap f) l
|
||||||
|
|
||||||
|
--TO DO
|
||||||
|
--edit this function to convert digits to english words
|
||||||
tran :: Integer -> String
|
tran :: Integer -> String
|
||||||
tran = show
|
tran = show
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user