# HASKELL 趣學指南

You can read the book online [here](https://learnyouahaskell.mno2.org/).

此書為 [LEARN YOU A HASKELL FOR GREAT GOOD](http://learnyouahaskell.com/) 的 [CC](https://creativecommons.org/licenses/by-nc-sa/3.0/) 中文翻譯。最早是由 fleuria 擺在網路上前幾章的簡體翻譯，有 MnO2 接手並把後半部分翻譯完成。之後在網路上集結眾多[貢獻者](https://github.com/MnO2/learnyouahaskell-zh/graphs/contributors)們維護的版本。

由於是借助大家熱情而無償產出的書籍，難免有所錯誤。如果有看到錯誤還請 send pull request。原本的第一版本的 gitbook 並沒有跟 github integration 自動發佈修正的錯誤，需要人力 merge 並 push 因此耽誤了不少。新的版本的 gitbook 就有 github integration，PR merge 後就能自動發佈。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learnyouahaskell.mno2.org/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
