@ g [1, 2, 3, 4] # possible commas @ h {(+ 5), ++, --} g <- h g <- h ------------- # pipe approach @ h + 5 | - 6 | * 5 | == 5 ? 3 | 4 |