# HASKELL 趣学指南

此书为 LEARN YOU A HASKELL FOR GREAT GOOD 的 CC 中文翻译。最早是由 fleuria 摆在网路上前几章的简体翻译，有 MnO2 接手并把后半部分翻译完成。之后在网路上集结众多贡献者们维护的版本。

由于是借助大家热情而无偿产出的书籍，难免有所错误。如果有看到错误还请 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/zh-cn.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.
