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

305 B

title, localeTitle
title localeTitle
miscellaneous 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:

    stack build hoogle 

lambda bot