Shaun Kerr 5 anos atrás
pai
commit
b0e3f25bad
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      beer.hs

+ 2
- 0
beer.hs Ver arquivo

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



Carregando…
Cancelar
Salvar