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

22 lines
228 B
Markdown

---
title: miscellaneous
---
When you are bit comfortable with how Haskell works you
## hoogle
It's like Google but for Haskell libraries
To install hoogle with stack:
```shell
stack build hoogle
```
## lambda bot