Hacker News new | ask | show | jobs
by uryga 2454 days ago
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"