Преглед изворни кода

Add a pause

stripped-german
Julian Ospald пре 9 година
родитељ
комит
b0c2e8ce9e
No known key found for this signature in database GPG Key ID: 220CD1C5BDEED020
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      VL1.tex

+ 1
- 0
VL1.tex Прегледај датотеку

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


Loading…
Откажи
Сачувај