Hacker News new | ask | show | jobs
by WkndTriathlete 3397 days ago
Flattening a list of lists is a problem that occurs quite frequently in functional programming.

OTOH, in functional programming languages and frameworks, there is no need to actually write a method that does that since it is usually a library function call.