summaryrefslogtreecommitdiffhomepage
path: root/zh-cn/haskell-cn.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'zh-cn/haskell-cn.html.markdown')
-rw-r--r--zh-cn/haskell-cn.html.markdown1
1 files changed, 0 insertions, 1 deletions
diff --git a/zh-cn/haskell-cn.html.markdown b/zh-cn/haskell-cn.html.markdown
index d653c58c..57418ade 100644
--- a/zh-cn/haskell-cn.html.markdown
+++ b/zh-cn/haskell-cn.html.markdown
@@ -380,7 +380,6 @@ foo :: Integer
What is your name?
Friend!
Hello, Friend!
-
```
Haskell 还有许多内容,包括类型类 (typeclasses) 与 Monads。这些都是令 Haskell 编程非常有趣的好东西。我们最后给出 Haskell 的一个例子,一个快速排序的实现: