Sfoglia il codice sorgente

Add a pause

stripped-german
Julian Ospald 9 anni fa
parent
commit
b0c2e8ce9e
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 220CD1C5BDEED020
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      VL1.tex

+ 1
- 0
VL1.tex Vedi File

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


Caricamento…
Annulla
Salva