1
0
Derivar 0
Este cometimento está contido em:
Julian Ospald 2015-04-15 17:46:54 +02:00
ascendente 22aae2a262
cometimento b0c2e8ce9e
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 220CD1C5BDEED020
1 ficheiros modificados com 1 adições e 0 eliminações

Ver ficheiro

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