freeCodeCamp/guide/english/haskell/misc/index.md

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