Hacker News new | ask | show | jobs
by majewsky 3646 days ago
> Situations like this are exactly where nested functions can be helpful.

Indeed. When I'm writing Haskell, I'm using a lot of nested functions in `where` blocks, sometimes cascaded down.