Este commit está contenido en:
Julian Ospald 2015-04-15 17:46:54 +02:00
padre 22aae2a262
commit b0c2e8ce9e
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 220CD1C5BDEED020
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

@ -401,6 +401,7 @@ listLen :: [Integer] -> Integer
listLen [] = 0
listLen (x:xs) = 1 + listLen xs
\end{lstlisting}
\pause
We can also nest pattern matching:
\begin{lstlisting}
sumEveryTwo :: [Integer] -> [Integer]