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

22 lines
228 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
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