Shaun Kerr 5 anni fa
parent
commit
ac22ed0d4f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      beer.hs

+ 1
- 1
beer.hs Vedi File

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


Loading…
Annulla
Salva