Hacker News new | ask | show | jobs
by kreyenborgi 565 days ago
|> is a common way of writing the pipe in haskell, so

     words |> map read |> sum
IHP uses it a lot.