Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kozziollek
on Sept 26, 2019
|
parent
|
context
|
favorite
| on:
Programming Idioms
That's why Haskell's Hoogle [1] is amazing (at least during 7-week course at university). You type function signature and get already implemented functions.
[1]
https://hoogle.haskell.org/
uryga
on Sept 27, 2019
[–]
hoogle is great, but it gives you library functions. it won't teach you higher-level patterns like
f <$> x <*> y <*> z
to "map a function over three values"
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1] https://hoogle.haskell.org/