Parcourir la source

actual fix

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

+ 1
- 1
beer.hs Voir le fichier

@@ -33,7 +33,7 @@ lyrc'b :: Integer -> ((Integer -> String) -> String)
lyrc'b x = shic x lyrc'b'o "of beer"

lyrc'w :: Integer -> ((Integer -> String) -> String)
lyrc'w x = shic x lyrc'b "of beer"
lyrc'w x = shic x lyrc'b "on the wall"

lyrc :: Integer -> [((Integer -> String) -> String)]
lyrc x = [


Chargement…
Annuler
Enregistrer