Files
freeCodeCamp/guide/portuguese/haskell/misc/index.md
Diogo Teixeira 18fd2780d7 Fix bad translation (auto-translation) (#20685)
* Change Bad translation (auto-translation)

* Fix typo
2019-02-20 11:54:42 -03:00

18 lines
305 B
Markdown

---
title: miscellaneous
localeTitle: Diversos
---
Quando já estiver um pouco confortável com o modo como Haskell trabalha, você pode recorrer ao:
## hoogle
É como o Google, mas para as bibliotecas da Haskell
Para instalar o hoogle com o Stack:
```shell
stack build hoogle
```
## lambda bot