Shaun Kerr il y a 5 ans
Parent
révision
b0e3f25bad
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      beer.hs

+ 2
- 0
beer.hs Voir le fichier

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



Chargement…
Annuler
Enregistrer