浏览代码

Add a pause

stripped-german
Julian Ospald 9 年前
父节点
当前提交
b0c2e8ce9e
找不到此签名对应的密钥 GPG 密钥 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]


正在加载...
取消
保存