learnyouahaskell-zh
learnyouahaskell-zh copied to clipboard
Chinese translation of Learn you a Haskell for great good
 “只有个参数” 脱漏了一个 “一”。繁体中文版也有相同的问题。
像是在ch02中有一段是 ```markdown ```text *Note*: 在 ghci 下,我們可以使用 ``let`` 關鍵字來定義一個常量。在 ghci 下執行 ``let a=1`` 與在腳本中編寫 ``a=1`` 是等價的。 ``` 這部分在gitbook顯示出來會是 ```text *Note*: 在 ghci 下,我們可以使用 ``let`` 關鍵字來定義一個常量。在 ghci 下執行 ``let a=1`` 與在腳本中編寫...
Copy the file to gitbook folder and change the syntax format.
Reference: [gitbook-plugin-zawgyicss](https://github.com/saturngod/gitbook-plugin-zawgyicss). The gitbook's default chinese font is not good looking.