Add a pause
This commit is contained in:
parent
22aae2a262
commit
b0c2e8ce9e
1
VL1.tex
1
VL1.tex
@ -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…
Reference in New Issue
Block a user