浏览代码

Improve wording

master
Julian Ospald 9 年前
父节点
当前提交
7e379bf475
找不到此签名对应的密钥 GPG 密钥 ID: 220CD1C5BDEED020
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      VL2/content/VL2_polymorphism2.tex

+ 1
- 1
VL2/content/VL2_polymorphism2.tex 查看文件

@@ -9,7 +9,7 @@ We can even have more generic stuff like:
\begin{haskellcode}
f :: a -> b
\end{haskellcode}
Whatever the function does... it has something of one type and returns something of another type (it could be the same type, but doesn't need to). That's all we know.
Whatever the function does... it gets something of one type and returns something of another type (it could be the same type, but doesn't need to). That's all we know.
\vspace{\baselineskip}
\\
\pause


正在加载...
取消
保存