Browse Source

Add a pause

stripped-german
Julian Ospald 9 years ago
parent
commit
b0c2e8ce9e
No known key found for this signature in database GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      VL1.tex

+ 1
- 0
VL1.tex View File

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


Loading…
Cancel
Save