diff options
Diffstat (limited to 'zh-cn/haskell-cn.html.markdown')
| -rwxr-xr-x | zh-cn/haskell-cn.html.markdown | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/zh-cn/haskell-cn.html.markdown b/zh-cn/haskell-cn.html.markdown index cb0de467..8d51f144 100755 --- a/zh-cn/haskell-cn.html.markdown +++ b/zh-cn/haskell-cn.html.markdown @@ -1,6 +1,6 @@  ---  language: haskell  -filename: learn-haskell.hs +filename: learn-haskell-zh.hs  contributors:      - ["Adit Bhargava", "http://adit.io"]  translators: @@ -404,4 +404,4 @@ qsort (p:xs) = qsort lesser ++ [p] ++ qsort greater  你可以从优秀的  [Learn you a Haskell](http://learnyouahaskell.com/) 或者  [Real World Haskell](http://book.realworldhaskell.org/) -找到优雅不少的入门介绍。
\ No newline at end of file +找到优雅不少的入门介绍。 | 
