Files
freeCodeCamp/guide/chinese/haskell/misc/index.md
2018-10-16 21:32:40 +05:30

17 lines
238 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: miscellaneous
localeTitle: 杂
---
当你对Haskell的工作方式感到满意时
## hoogle
这就像谷歌但对于Haskell图书馆
要使用堆栈安装hoogle
```shell
stack build hoogle
```
## lambda机器人