Explorar el Código

actual fix

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

+ 1
- 1
beer.hs Ver fichero

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


Cargando…
Cancelar
Guardar