Hacker News new | ask | show | jobs
by diegoperini 2507 days ago
Do ctrl-f for "Nested Operator Expressions" in this piece: https://martinfowler.com/articles/collection-pipeline/

Some other references helped me along the way:

* http://www.lihaoyi.com/post/WhatsFunctionalProgrammingAllAbo...

* http://learnyouahaskell.com/chapters

1 comments

Reading a little more about it, I think the concatenation idea more properly fits with the join operator, which acts like a flatten function.