# 函数式编程指南中文版

## 函数式编程指南中文版

- [README](https://llh911001.gitbook.io/mostly-adequate-guide-chinese/readme.md)
- [第 1 章: 我们在做什么？](https://llh911001.gitbook.io/mostly-adequate-guide-chinese/ch1.md)
- [第 2 章: 一等公民的函数](https://llh911001.gitbook.io/mostly-adequate-guide-chinese/ch2.md)
- [第 3 章: 纯函数的好处](https://llh911001.gitbook.io/mostly-adequate-guide-chinese/ch3.md)
- [第 4 章: 柯里化（curry）](https://llh911001.gitbook.io/mostly-adequate-guide-chinese/ch4.md)
- [第 5 章: 代码组合（compose）](https://llh911001.gitbook.io/mostly-adequate-guide-chinese/ch5.md)
- [第 6章: 示例应用](https://llh911001.gitbook.io/mostly-adequate-guide-chinese/ch6.md)
- [第 7 章: Hindley-Milner 类型签名](https://llh911001.gitbook.io/mostly-adequate-guide-chinese/ch7.md)
- [第 8 章: 特百惠](https://llh911001.gitbook.io/mostly-adequate-guide-chinese/ch8.md)
- [第 9 章: Monad](https://llh911001.gitbook.io/mostly-adequate-guide-chinese/ch9.md)
- [第 10 章: Applicative Functor](https://llh911001.gitbook.io/mostly-adequate-guide-chinese/ch10.md)
- [第 11 章: 再转换一次，就很自然](https://llh911001.gitbook.io/mostly-adequate-guide-chinese/ch11.md)
- [第 12 章: 遍历](https://llh911001.gitbook.io/mostly-adequate-guide-chinese/ch12.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://llh911001.gitbook.io/mostly-adequate-guide-chinese/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.
