Hacker News new | ask | show | jobs
by valcron1000 297 days ago
No need to import a third party library: you can use `Data.Function ((&))` for this:

    arg
     & f1
     & f2
     & f3