Shaun Kerr hace 5 años
padre
commit
b0e3f25bad
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      beer.hs

+ 2
- 0
beer.hs Ver fichero

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



Cargando…
Cancelar
Guardar